Fix the cast used to prevent compile time warning about an always false test.
[deliverable/binutils-gdb.git] / libiberty / dyn-string.c
index 9de50eda0e863d1f345a2994ea4327e0fc6d2f17..441b36bf2406d69da5d0fc0c869a3bd43bc47bbe 100644 (file)
@@ -1,5 +1,5 @@
 /* An abstract string datatype.
-   Copyright (C) 1998, 1999, 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
 This file is part of GNU CC.
@@ -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.025748 seconds and 4 git commands to generate.