]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* objcopy.c (copy_usage, strip_usage): Fix spelling.
authorAlan Modra <amodra@gmail.com>
Tue, 27 Apr 2004 06:31:16 +0000 (06:31 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 27 Apr 2004 06:31:16 +0000 (06:31 +0000)
binutils/ChangeLog
binutils/objcopy.c

index 47c8d0b3b4a0314aa11343ec65609d07899ab86b..f52e14b1748ef7908e92f9327738b5ed29fad148 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-27  John Paul Wallington <jpw@gnu.org>
+
+       * objcopy.c (copy_usage, strip_usage): Fix spelling.
+
 2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        * readelf.c (do_section_groups): New.
index 96233986c3e01b5c1ed1e2f4439a0b2e4b619b7f..aad68ad7dfdc0c4398a8a6f83c1a79be649b3393 100644 (file)
@@ -410,7 +410,7 @@ copy_usage (FILE *stream, int exit_status)
   -G --keep-global-symbol <name>   Localize all symbols except <name>\n\
   -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n\
      --weaken                      Force all global symbols to be marked as weak\n\
-  -w --wildcard                    Permit wildcard in symbol comparasion\n\
+  -w --wildcard                    Permit wildcard in symbol comparison\n\
   -x --discard-all                 Remove all non-global symbols\n\
   -X --discard-locals              Remove any compiler-generated symbols\n\
   -i --interleave <number>         Only copy one out of every <number> bytes\n\
@@ -485,7 +485,7 @@ strip_usage (FILE *stream, int exit_status)
      --only-keep-debug             Strip everything but the debug information\n\
   -N --strip-symbol=<name>         Do not copy symbol <name>\n\
   -K --keep-symbol=<name>          Only copy symbol <name>\n\
-  -w --wildcard                    Permit wildcard in symbol comparasion\n\
+  -w --wildcard                    Permit wildcard in symbol comparison\n\
   -x --discard-all                 Remove all non-global symbols\n\
   -X --discard-locals              Remove any compiler-generated symbols\n\
   -v --verbose                     List all object files modified\n\