From: Brad Hards Date: Sun, 16 Jan 2011 06:48:53 +0000 (+1100) Subject: talloc: spelling fix. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=bf57898eae29d70a166bf2df5c84601729f039ac talloc: spelling fix. --- diff --git a/ccan/talloc/test/run.c b/ccan/talloc/test/run.c index 564f1e85..c501a7f9 100644 --- a/ccan/talloc/test/run.c +++ b/ccan/talloc/test/run.c @@ -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;