From a95b5cf9a6ef8493d5f133677692e29b5194420a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 27 Apr 2004 06:31:16 +0000 Subject: [PATCH] * objcopy.c (copy_usage, strip_usage): Fix spelling. --- binutils/ChangeLog | 4 ++++ binutils/objcopy.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 47c8d0b..f52e14b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2004-04-27 John Paul Wallington + + * objcopy.c (copy_usage, strip_usage): Fix spelling. + 2004-04-26 H.J. Lu * readelf.c (do_section_groups): New. diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 9623398..aad68ad 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -410,7 +410,7 @@ copy_usage (FILE *stream, int exit_status) -G --keep-global-symbol Localize all symbols except \n\ -W --weaken-symbol Force symbol 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 Only copy one out of every 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= Do not copy symbol \n\ -K --keep-symbol= Only copy symbol \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\ -- 2.7.4