X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fdyn-string.c;h=faa8d9477117f6778627954a4bdba5f3bf4631ef;hb=91068ec6ae02e85c5ca4fbe3c6e214bd87bb872f;hp=9de50eda0e863d1f345a2994ea4327e0fc6d2f17;hpb=abf6a75b428517d9caaf9155212b0b10e0379a99;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c index 9de50eda0e..faa8d94771 100644 --- a/libiberty/dyn-string.c +++ b/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