This is the mail archive of the binutils@sources.redhat.com 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]

[patch] binutils/*: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

Index: ChangeLog-9197
===================================================================
RCS file: /cvs/src/src/binutils/ChangeLog-9197,v
retrieving revision 1.4
diff -u -r1.4 ChangeLog-9197
--- ChangeLog-9197	27 Oct 2003 13:20:31 -0000	1.4
+++ ChangeLog-9197	6 Dec 2003 00:04:16 -0000
@@ -5200,7 +5200,7 @@
 	consistent with gdb and as: Add 0x when printing hex.
 	Don't print extra leading zeros.
 	Attempt to not print "filename.o".
-	* objdump.c: Add some enum-to-int casts to accomodate old compilers.
+	* objdump.c: Add some enum-to-int casts to accommodate old compilers.
 
 
 Fri May  3 22:21:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
Index: coffgrok.c
===================================================================
RCS file: /cvs/src/src/binutils/coffgrok.c,v
retrieving revision 1.8
diff -u -r1.8 coffgrok.c
--- coffgrok.c	27 Oct 2003 13:20:32 -0000	1.8
+++ coffgrok.c	6 Dec 2003 00:04:17 -0000
@@ -370,7 +370,7 @@
 	{
 	  if (aux->x_sym.x_tagndx.p)
 	    {
-	      /* Referring to a struct defined elsewhere */
+	      /* Refe0rring to a struct defined elsewhere */
 	      res->type = coff_structref_type;
 	      res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
 	      res->size = res->u.astructref.ref ?
@@ -398,7 +398,7 @@
     case T_ENUM:
       if (aux->x_sym.x_tagndx.p)
 	{
-	  /* Refering to a enum defined elsewhere */
+	  /* Referring to a enum defined elsewhere */
 	  res->type = coff_enumref_type;
 	  res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
 	  res->size = res->u.aenumref.ref->type->size;
Index: filemode.c
===================================================================
RCS file: /cvs/src/src/binutils/filemode.c,v
retrieving revision 1.5
diff -u -r1.5 filemode.c
--- filemode.c	14 Sep 2003 12:20:16 -0000	1.5
+++ filemode.c	6 Dec 2003 00:04:17 -0000
@@ -136,7 +136,7 @@
    'd' for directories
    'b' for block special files
    'c' for character special files
-   'm' for multiplexor files
+   'm' for multiplexer files
    'l' for symbolic links
    's' for sockets
    'p' for fifos
Index: objcopy.c
===================================================================
RCS file: /cvs/src/src/binutils/objcopy.c,v
retrieving revision 1.58
diff -u -r1.58 objcopy.c
--- objcopy.c	4 Dec 2003 18:24:07 -0000	1.58
+++ objcopy.c	6 Dec 2003 00:04:18 -0000
@@ -181,7 +181,7 @@
 /* Whether to remove the leading character from global symbol names.  */
 static bfd_boolean remove_leading_char = FALSE;
 
-/* Whether to permit wildcard in symbol comparasion.  */
+/* Whether to permit wildcard in symbol comparison.  */
 static bfd_boolean wildcard = FALSE;
 
 /* List of symbols to strip, keep, localize, keep-global, weaken,
Index: objdump.c
===================================================================
RCS file: /cvs/src/src/binutils/objdump.c,v
retrieving revision 1.84
diff -u -r1.84 objdump.c
--- objdump.c	19 Nov 2003 08:21:14 -0000	1.84
+++ objdump.c	6 Dec 2003 00:04:19 -0000
@@ -41,7 +41,7 @@
 
    4. dump_bfd() in turn calls separate functions to display the requested
       item(s) of information(s).  For example disassemble_data() is called if
-      a disassmebly has been requested.
+      a disassembly has been requested.
 
    When disassembling the code loops through blocks of instructions bounded
    by symbols, calling disassemble_bytes() on each block.  The actual
Index: prdbg.c
===================================================================
RCS file: /cvs/src/src/binutils/prdbg.c,v
retrieving revision 1.9
diff -u -r1.9 prdbg.c
--- prdbg.c	27 Oct 2003 13:20:32 -0000	1.9
+++ prdbg.c	6 Dec 2003 00:04:20 -0000
@@ -2055,7 +2055,7 @@
   if (! tg_fix_visibility (info, visibility))
     return FALSE;
 
-  /* It happends, a bug? */
+  /* It happens, a bug? */
   if (! name[0])
     return TRUE;
 
Index: stabs.c
===================================================================
RCS file: /cvs/src/src/binutils/stabs.c,v
retrieving revision 1.17
diff -u -r1.17 stabs.c
--- stabs.c	6 Nov 2003 11:58:57 -0000	1.17
+++ stabs.c	6 Dec 2003 00:04:22 -0000
@@ -2526,7 +2526,7 @@
 	}
       else
 	{
-	  /* This is a completely wierd case.  In order to stuff in the
+	  /* This is a completely weird case.  In order to stuff in the
 	     names that might contain colons (the usual name delimiter),
 	     Mike Tiemann defined a different name format which is
 	     signalled if the identifier is "op$".  In that case, the
Index: unwind-ia64.c
===================================================================
RCS file: /cvs/src/src/binutils/unwind-ia64.c,v
retrieving revision 1.10
diff -u -r1.10 unwind-ia64.c
--- unwind-ia64.c	14 Sep 2003 12:20:17 -0000	1.10
+++ unwind-ia64.c	6 Dec 2003 00:04:22 -0000
@@ -25,7 +25,7 @@
 #if __GNUC__ >= 2
 /* Define BFD64 here, even if our default architecture is 32 bit ELF
    as this will allow us to read in and parse 64bit and 32bit ELF files.
-   Only do this if we belive that the compiler can support a 64 bit
+   Only do this if we believe that the compiler can support a 64 bit
    data type.  For now we only rely on GCC being able to do this.  */
 #define BFD64
 #endif


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