Commit d90a2c59 by Steve Ward Committed by Jonathan Wakely

dyn-string.c (dyn_string_append_char): Fix typo in comment.

2009-11-22  Steve Ward  <planet36@gmail.com>

	* dyn-string.c (dyn_string_append_char): Fix typo in comment.

From-SVN: r154425
parent 4de29d8f
2009-11-22 Steve Ward <planet36@gmail.com>
* dyn-string.c (dyn_string_append_char): Fix typo in comment.
2009-11-20 Ben Elliston <bje@au.ibm.com> 2009-11-20 Ben Elliston <bje@au.ibm.com>
* pex-unix.c (pex_child_error): Define writeerr macro to avoid * pex-unix.c (pex_child_error): Define writeerr macro to avoid
......
...@@ -336,7 +336,7 @@ dyn_string_append_cstr (dyn_string_t dest, const char *s) ...@@ -336,7 +336,7 @@ dyn_string_append_cstr (dyn_string_t dest, const char *s)
return 1; return 1;
} }
/* Appends C to the end of DEST. Returns 1 on success. On failiure, /* Appends C to the end of DEST. Returns 1 on success. On failure,
if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */ if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */
int int
......
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