From 10382261265ba86d5d376cc687e3b945ddbed828 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Mon, 28 Mar 2011 15:24:02 +0000 Subject: * coffdump.c (coff_dump): Correct spelling error. (show_usage): Replace SYSROFF by COFF. --- binutils/coffdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binutils/coffdump.c') diff --git a/binutils/coffdump.c b/binutils/coffdump.c index d5ccb99c3a..9597a82dbb 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -444,7 +444,7 @@ coff_dump (struct coff_ofile *ptr) printf ("Coff dump"); nl (); - printf ("#souces %d", ptr->nsources); + printf ("#sources %d", ptr->nsources); nl (); dump_coff_sfile (ptr->source_head); @@ -458,7 +458,7 @@ static void show_usage (FILE *file, int status) { fprintf (file, _("Usage: %s [option(s)] in-file\n"), program_name); - fprintf (file, _(" Print a human readable interpretation of a SYSROFF object file\n")); + fprintf (file, _(" Print a human readable interpretation of a COFF object file\n")); fprintf (file, _(" The options are:\n\ @ Read options from \n\ -h --help Display this information\n\ -- cgit v1.2.1