diff options
Diffstat (limited to 'tests/trie.c')
-rw-r--r-- | tests/trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c index 70e2414..c610571 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -94,7 +94,7 @@ int main(void) { } } - // This tests the "jump" node handline on 32-bit platforms + // This tests the "jump" node handling on 32-bit platforms size_t longsize = 1 << 20; char *longstr = malloc(longsize); assert(longstr); |