projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ba3409
)
talloc: spelling fix.
author
Brad Hards
<bradh@frogmouth.net>
Sun, 16 Jan 2011 06:48:53 +0000
(17:48 +1100)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000
(16:28 +1030)
ccan/talloc/test/run.c
patch
|
blob
|
history
diff --git
a/ccan/talloc/test/run.c
b/ccan/talloc/test/run.c
index 564f1e85922d9bef65b1c3d7053b9e56cf3e7958..c501a7f9f4862d96afc4f21e3986f7885b6f060d 100644
(file)
--- 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);
}
allocations[i] = realloc(ptr, size);
- /* Not guar
e
nteed by realloc. */
+ /* Not guar
a
nteed by realloc. */
if (!size)
allocations[i] = NULL;
if (!size)
allocations[i] = NULL;