diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-14 08:44:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-14 08:44:17 +0000 |
commit | 63f2433dbccc7ddf8812fefd6eed0e6dd2f88955 (patch) | |
tree | 7778b884cb9b8dd76b2ba170f94fa08635cc0fd7 /bfd/coffcode.h | |
parent | 29df15201399610c3887382f004af337e3fe5601 (diff) | |
download | gdb-63f2433dbccc7ddf8812fefd6eed0e6dd2f88955.zip gdb-63f2433dbccc7ddf8812fefd6eed0e6dd2f88955.tar.gz gdb-63f2433dbccc7ddf8812fefd6eed0e6dd2f88955.tar.bz2 |
Fix typo "Faal through" should be "Fall through".
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index b926c65..f5605d7 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -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. */ |