Typo fixes

Joseph S. Myers joseph@codesourcery.com
Thu Jan 29 16:37:00 GMT 2009


I've committed these typo fixes as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.4442
diff -u -r1.4442 ChangeLog
--- ChangeLog	28 Jan 2009 16:35:13 -0000	1.4442
+++ ChangeLog	29 Jan 2009 16:34:37 -0000
@@ -1,3 +1,9 @@
+2009-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
+            Mark Shinwell  <shinwell@codesourcery.com>
+            Catherine Moore  <clm@codesourcery.com>
+
+	* elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
+
 2009-01-28  Catherine Moore <clm@codesourcery.com>
 
 	* elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
Index: elf-attrs.c
===================================================================
RCS file: /cvs/src/src/bfd/elf-attrs.c,v
retrieving revision 1.6
diff -u -r1.6 elf-attrs.c
--- elf-attrs.c	19 Jan 2009 12:14:04 -0000	1.6
+++ elf-attrs.c	29 Jan 2009 16:34:37 -0000
@@ -238,7 +238,7 @@
 
   if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
     {
-      /* Knwon tags are preallocated.  */
+      /* Known tags are preallocated.  */
       attr = &elf_known_obj_attributes (abfd)[vendor][tag];
     }
   else
@@ -272,7 +272,7 @@
 
   if (tag < NUM_KNOWN_OBJ_ATTRIBUTES)
     {
-      /* Knwon tags are preallocated.  */
+      /* Known tags are preallocated.  */
       return elf_known_obj_attributes (abfd)[vendor][tag].i;
     }
   else
Index: elflink.c
===================================================================
RCS file: /cvs/src/src/bfd/elflink.c,v
retrieving revision 1.327
diff -u -r1.327 elflink.c
--- elflink.c	24 Jan 2009 03:10:43 -0000	1.327
+++ elflink.c	29 Jan 2009 16:34:39 -0000
@@ -1262,7 +1262,7 @@
   if (olddef && newdyn)
     oldweak = FALSE;
 
-  /* Allow changes between different types of funciton symbol.  */
+  /* Allow changes between different types of function symbol.  */
   if (newfunc && oldfunc)
     *type_change_ok = TRUE;
 
Index: elfxx-mips.c
===================================================================
RCS file: /cvs/src/src/bfd/elfxx-mips.c,v
retrieving revision 1.251
diff -u -r1.251 elfxx-mips.c
--- elfxx-mips.c	28 Nov 2008 18:02:16 -0000	1.251
+++ elfxx-mips.c	29 Jan 2009 16:34:41 -0000
@@ -7575,7 +7575,7 @@
 	case R_MIPS_CALL_LO16:
 	  if (h != NULL)
 	    {
-	      /* VxWorks call relocations point the function's .got.plt
+	      /* VxWorks call relocations point at the function's .got.plt
 		 entry, which will be allocated by adjust_dynamic_symbol.
 		 Otherwise, this symbol requires a global GOT entry.  */
 	      if ((!htab->is_vxworks || h->forced_local)
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog,v
retrieving revision 1.1918
diff -u -r1.1918 ChangeLog
--- ChangeLog	26 Jan 2009 15:23:39 -0000	1.1918
+++ ChangeLog	29 Jan 2009 16:36:18 -0000
@@ -1,3 +1,8 @@
+2009-01-29  Andrew Jenner  <andrew@codesourcery.com>
+
+	* emultempl/armelf.em: Correct formatting of help text for
+	--no-enum-size-warning option.
+
 2009-01-26  Nathan Sidwell  <nathan@codesourcery.com>
 
 	* lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
Index: emultempl/armelf.em
===================================================================
RCS file: /cvs/src/src/ld/emultempl/armelf.em,v
retrieving revision 1.68
diff -u -r1.68 armelf.em
--- emultempl/armelf.em	22 Oct 2008 14:23:44 -0000	1.68
+++ emultempl/armelf.em	29 Jan 2009 16:36:18 -0000
@@ -533,7 +533,7 @@
   fprintf (file, _("  --fix-v4bx-interworking     Rewrite BX rn branch to ARMv4 interworking veneer\n"));
   fprintf (file, _("  --use-blx                   Enable use of BLX instructions\n"));
   fprintf (file, _("  --vfp11-denorm-fix          Specify how to fix VFP11 denorm erratum\n"));
-  fprintf (file, _("  --no-enum-size-warning      Don'\''t warn about objects with incompatible"
+  fprintf (file, _("  --no-enum-size-warning      Don'\''t warn about objects with incompatible\n"
 		   "                                enum sizes\n"));
   fprintf (file, _("  --no-wchar-size-warning     Don'\''t warn about objects with incompatible"
 		   "                                wchar_t sizes\n"));

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Binutils mailing list