diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 00:06:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-06 00:06:12 +0000 |
commit | aaad4cf36a0947e445e5b9aef431430b8630e4ee (patch) | |
tree | 1434b805c7e0b784cd0f6d9c3b00109f685507bf /binutils/objcopy.c | |
parent | e1f1f9b8c39f91e902c173c3bcca87aa569ef129 (diff) | |
download | fsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.zip fsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.gz fsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.bz2 |
* ChangeLog-9197: Fix comment typos.
* coffgrok.c: Likewise.
* filemode.c: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* unwind-ia64.c: Likewise.
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 2589017..da9b4d9 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -181,7 +181,7 @@ static bfd_boolean change_leading_char = FALSE; /* Whether to remove the leading character from global symbol names. */ static bfd_boolean remove_leading_char = FALSE; -/* Whether to permit wildcard in symbol comparasion. */ +/* Whether to permit wildcard in symbol comparison. */ static bfd_boolean wildcard = FALSE; /* List of symbols to strip, keep, localize, keep-global, weaken, |