Browse Source

talloc: spelling fix.

Brad Hards 15 years ago
parent
commit
bf57898eae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/talloc/test/run.c

+ 1 - 1
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;