]> git.ozlabs.org Git - ccan/commitdiff
talloc: spelling fix.
authorBrad Hards <bradh@frogmouth.net>
Sun, 16 Jan 2011 06:48:53 +0000 (17:48 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000 (16:28 +1030)
ccan/talloc/test/run.c

index 564f1e85922d9bef65b1c3d7053b9e56cf3e7958..c501a7f9f4862d96afc4f21e3986f7885b6f060d 100644 (file)
@@ -937,7 +937,7 @@ static void *normal_realloc(const void *parent, void *ptr, size_t size)
        }
 
        allocations[i] = realloc(ptr, size);
-       /* Not guarenteed by realloc. */
+       /* Not guaranteed by realloc. */
        if (!size)
                allocations[i] = NULL;