Commit bf57898e authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

talloc: spelling fix.

parent 7ba34091
...@@ -937,7 +937,7 @@ static void *normal_realloc(const void *parent, void *ptr, size_t size) ...@@ -937,7 +937,7 @@ static void *normal_realloc(const void *parent, void *ptr, size_t size)
} }
allocations[i] = realloc(ptr, size); allocations[i] = realloc(ptr, size);
/* Not guarenteed by realloc. */ /* Not guaranteed by realloc. */
if (!size) if (!size)
allocations[i] = NULL; allocations[i] = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment