From: Brad Hards Date: Sun, 16 Jan 2011 06:19:12 +0000 (+1100) Subject: btree: spelling fix X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=f05a5e0df01351a41d0a381a302f5687c434e514;hp=0d1d7d7a4905b9a8033c1d6b47ced7c0dc32f849 btree: spelling fix --- diff --git a/ccan/btree/test/run-random-access.c b/ccan/btree/test/run-random-access.c index ab9d33e5..839cb28c 100644 --- a/ccan/btree/test/run-random-access.c +++ b/ccan/btree/test/run-random-access.c @@ -290,7 +290,7 @@ static int test_insert(struct btree *btree, size_t key[], size_t count) if (!find(btree, key, k)) return 0; - /* Make sure key's presense is consistent with our array. */ + /* Make sure key's presence is consistent with our array. */ found = btree_find_first(btree, &key[k], iter); if (key[k]) { if (!found || iter->item != &key[k])