Fix typo "Faal through" should be "Fall through".
authorNick Clifton <nickc@redhat.com>
Mon, 14 Nov 2016 08:44:17 +0000 (08:44 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Nov 2016 08:44:17 +0000 (08:44 +0000)
bfd/ChangeLog
bfd/coffcode.h

index b8a1ba422518fbee8f7bae995e52147ca5871d93..521e319b12f6a09a1d880c63e6717ba57b189c9b 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-14  Nick Clifton  <nickc@redhat.com>
+
+       * coffcode.h (coff_slurp_symbol_table): Fix typo: Faal -> Fall.
+
 2016-11-11  Luke Allardyce  <lukeallardyce@gmail.com>
 
        PR ld/20722
index b926c65bbe3eb4af5424180f483563672875337f..f5605d707117c7bd37d52b15f4b8ef9249b3f30e 100644 (file)
@@ -5075,7 +5075,7 @@ coff_slurp_symbol_table (bfd * abfd)
                 abfd, src->u.syment.n_sclass,
                 dst->symbol.section->name, dst->symbol.name);
              ret = FALSE;
-             /* Faal through.  */
+             /* Fall through.  */
            case C_HIDDEN:      /* Ext symbol in dmert public lib.  */
              /* PR 20722: These symbols can also be generated by
                 building DLLs with --gc-sections enabled.  */