From bf57898eae29d70a166bf2df5c84601729f039ac Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 16 Jan 2011 17:48:53 +1100 Subject: [PATCH] talloc: spelling fix. --- ccan/talloc/test/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2