Fix typo "Faal through" should be "Fall through".

This commit is contained in:
Nick Clifton 2016-11-14 08:44:17 +00:00
parent 29df152013
commit 63f2433dbc
2 changed files with 5 additions and 1 deletions

View 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

View 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. */