| Index: gcc/libiberty/dyn-string.c
|
| diff --git a/gcc/libiberty/dyn-string.c b/gcc/libiberty/dyn-string.c
|
| index 9de50eda0e863d1f345a2994ea4327e0fc6d2f17..faa8d9477117f6778627954a4bdba5f3bf4631ef 100644
|
| --- a/gcc/libiberty/dyn-string.c
|
| +++ b/gcc/libiberty/dyn-string.c
|
| @@ -336,7 +336,7 @@ dyn_string_append_cstr (dyn_string_t dest, const char *s)
|
| 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. */
|
|
|
| int
|
|
|