libstdc++-v3/libsupc++/cxxabi.h:167: * -1: A memory allocation failiure occurred. libiberty/dyn-string.c:339:/* Appends C to the end of DEST. Returns 1 on success. On failiure,
s/failiure/failure/
Index: libstdc++-v3/libsupc++/cxxabi.h =================================================================== --- libstdc++-v3/libsupc++/cxxabi.h (revision 154140) +++ libstdc++-v3/libsupc++/cxxabi.h (working copy) @@ -164,7 +164,7 @@ * * @param __status @a *__status is set to one of the following values: * 0: The demangling operation succeeded. - * -1: A memory allocation failiure occurred. + * -1: A memory allocation failure occurred. * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules. * -3: One of the arguments is invalid. *
Index: libiberty/dyn-string.c =================================================================== --- libiberty/dyn-string.c (revision 154140) +++ libiberty/dyn-string.c (working copy) @@ -336,7 +336,7 @@ 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