diff options
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, |