MIPS/GAS: Don't convert RELA JALR relocations on R6
[deliverable/binutils-gdb.git] / libiberty / dyn-string.c
index 9de50eda0e863d1f345a2994ea4327e0fc6d2f17..faa8d9477117f6778627954a4bdba5f3bf4631ef 100644 (file)
@@ -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
This page took 0.023485 seconds and 4 git commands to generate.