merge from gcc
authorDJ Delorie <dj@redhat.com>
Sun, 22 Nov 2009 16:58:53 +0000 (16:58 +0000)
committerDJ Delorie <dj@redhat.com>
Sun, 22 Nov 2009 16:58:53 +0000 (16:58 +0000)
libiberty/ChangeLog
libiberty/dyn-string.c

index fbc03fe83a9b988f55603a1801832e828024207b..4d16be4132eb0a8c3de63c8a4cd2c95c41fd5829 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * pex-unix.c (pex_child_error): Define writeerr macro to avoid
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.051515 seconds and 4 git commands to generate.