* coffdump.c (coff_dump): Correct spelling error.
authorPierre Muller <muller@sourceware.org>
Mon, 28 Mar 2011 15:24:02 +0000 (15:24 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 28 Mar 2011 15:24:02 +0000 (15:24 +0000)
(show_usage): Replace SYSROFF by COFF.

binutils/ChangeLog
binutils/coffdump.c

index f806edde6329c9feffe8c0aeca2103b8f47fb8d7..19dc51ef21b66e7825d54c0f1f8c8d5dfbe6041f 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-28  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * coffdump.c (coff_dump): Correct spelling error.
+       (show_usage): Replace SYSROFF by COFF.
+
 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * coffdump.c (dump_coff_scope): Use double typecast for pointer P
index d5ccb99c3adf82a9f32ea633abf3f127256a68fa..9597a82dbb8275c39acf0b35fcd1f37d984ffe42 100644 (file)
@@ -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\
   @<file>                Read options from <file>\n\
   -h --help              Display this information\n\
This page took 0.027047 seconds and 4 git commands to generate.