From 22ab38bd2294554e33148d8660fd1b79a9fb8b0c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 18 Jan 2022 11:36:44 -0500 Subject: tests/trie: Fix "handling" typo --- tests/trie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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); -- cgit v1.2.3