bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strip and objcopy usage "comparasion" typo


From: John Paul Wallington
Subject: strip and objcopy usage "comparasion" typo
Date: Tue, 27 Apr 2004 06:28:14 +0100

The usage output for strip and objcopy contains a typo:
"comparison" is misspelt "comparasion".

diff -u -r1.66 objcopy.c
--- objcopy.c   19 Feb 2004 17:15:28 -0000      1.66
+++ objcopy.c   27 Apr 2004 05:24:44 -0000
@@ -410,7 +410,7 @@
   -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 @@
      --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\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]