Skip to content

Commit 98d13a6

Browse files
authored
#1575 Fix typo in Allocator.c
1 parent 17d2db8 commit 98d13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/collections/src/Allocator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ void Allocator_init_fini_empty(void) {
88
ecs_allocator_t a;
99
flecs_allocator_init(&a);
1010
flecs_allocator_fini(&a);
11-
test_assert(true); // make sure there are no leaks, crashses
11+
test_assert(true); // make sure there are no leaks, crashes
1212
}

0 commit comments

Comments
 (0)