From 50c2245bd8d8b406e46e3888df92f2443f76a94f Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 27 Oct 2003 13:20:32 +0000 Subject: * 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. --- binutils/nm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/nm.c') 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) -- cgit v1.1