]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/test/run.c
talloc: spelling fix.
[ccan] / 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;