This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo "Faal through" should be "Fall through".


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=63f2433dbccc7ddf8812fefd6eed0e6dd2f88955

commit 63f2433dbccc7ddf8812fefd6eed0e6dd2f88955
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Nov 14 08:44:17 2016 +0000

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

Diff:
---
 bfd/ChangeLog  | 4 ++++
 bfd/coffcode.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b8a1ba4..521e319 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]