summaryrefslogtreecommitdiff
path: root/binutils/objcopy.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-04-27 06:31:16 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-04-27 06:31:16 +0000
commit74ce18e86d2a8b5a6b81cb11d70f8892db043528 (patch)
tree2de2fe809573797029efd95fc60ecbe0b508f8c3 /binutils/objcopy.c
parent24094872b0a956afe2fc220c4cf938dd14514bcb (diff)
downloadbinutils-redhat-74ce18e86d2a8b5a6b81cb11d70f8892db043528.tar.gz
* objcopy.c (copy_usage, strip_usage): Fix spelling.
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r--binutils/objcopy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c
index 96233986c3..aad68ad7df 100644
--- a/binutils/objcopy.c
+++ b/binutils/objcopy.c
@@ -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\