aboutsummaryrefslogtreecommitdiff
path: root/binutils/nm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 13:20:32 +0000
commit50c2245bd8d8b406e46e3888df92f2443f76a94f (patch)
tree056f2d7f4a4d4d4d9d7aacfad9a831c215ad8353 /binutils/nm.c
parented570f48a0c7fa84eb8c8fb0a0861074ccd4f55f (diff)
downloadgdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.zip
gdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.tar.gz
gdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.tar.bz2
* ChangeLog: Fix typos.
* ChangeLog-9197: Likewise. * ChangeLog-9899: Likewise. * NEWS: Likewise. * ar.c: Fix comment typos. * arsup.c: Likewise. * coffgrok.c: Likewise. * debug.c: Likewise. * debug.h: Likewise. * dlltool.c: Likewise. * ieee.c: Likewise. * nm.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * readelf.c: Likewise. * resrc.c: Likewise. * sysinfo.y: Likewise. * windres.c: Likewise.
Diffstat (limited to 'binutils/nm.c')
-rw-r--r--binutils/nm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/nm.c b/binutils/nm.c
index 74350d7..d2d38c4 100644
--- a/binutils/nm.c
+++ b/binutils/nm.c
@@ -444,7 +444,7 @@ main (int argc, char **argv)
break;
case 'X':
/* Ignored for (partial) AIX compatibility. On AIX, the
- argument has values 32, 64, or 32_64, and specfies that
+ argument has values 32, 64, or 32_64, and specifies that
only 32-bit, only 64-bit, or both kinds of objects should
be examined. The default is 32. So plain AIX nm on a
library archive with both kinds of objects will ignore
@@ -1442,7 +1442,7 @@ print_symbol_info_bsd (struct extended_symbol_info *info, bfd *abfd)
else
{
/* Normally we print the value of the symbol. If we are printing the
- size or sorting by size then we print its size, execpt for the
+ size or sorting by size then we print its size, except for the
(weird) special case where both flags are defined, in which case we
print both values. This conforms to documented behaviour. */
if (sort_by_size && !print_size)