]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ChangeLog-9197: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 6 Dec 2003 00:06:12 +0000 (00:06 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Sat, 6 Dec 2003 00:06:12 +0000 (00:06 +0000)
* coffgrok.c: Likewise.
* filemode.c: Likewise.
* objcopy.c: Likewise.
* objdump.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* unwind-ia64.c: Likewise.

binutils/ChangeLog-9197
binutils/coffgrok.c
binutils/filemode.c
binutils/objcopy.c
binutils/objdump.c
binutils/prdbg.c
binutils/stabs.c
binutils/unwind-ia64.c

index 4199d2e00f8811a48000bfe72a85c4b79ed2672b..98613157c543e0802bbfefc8c33476935bfc3a93 100644 (file)
@@ -5200,7 +5200,7 @@ Thu May 16 16:06:55 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
        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 256e8c6495eed806f866848ad8fc4f0457e40c7e..883ececb6a74edb85ae7ae9f64da106438c9da36 100644 (file)
@@ -370,7 +370,7 @@ do_type (int i)
        {
          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 @@ do_type (int i)
     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 6e87df02aeee69c03ff9b2651e7bbfdec0f59e94..8b438a9a50d32c91a7c6192fc02b938db95574c0 100644 (file)
@@ -136,7 +136,7 @@ mode_string (unsigned long mode, char *str)
    '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 25890176ba9a49dfd760255ac57d4de75cc0a8ff..da9b4d9514cc95350fbe857b51af3ba8277b992d 100644 (file)
@@ -181,7 +181,7 @@ static bfd_boolean change_leading_char = FALSE;
 /* 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 7f1e2ea099772e88bcbd36bc97f63b3a7e507eaa..f29ea714f578c1ae2a9c9b1d1749c0af2436f89d 100644 (file)
@@ -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 c0c2f81e6f487a5020d46a91c1ab6915e3361d72..5b6b0479a8e74d2990543fdf9e62074751c81442 100644 (file)
@@ -2055,7 +2055,7 @@ tg_struct_field (void *p, const char *name, bfd_vma bitpos ATTRIBUTE_UNUSED,
   if (! tg_fix_visibility (info, visibility))
     return FALSE;
 
-  /* It happends, a bug? */
+  /* It happens, a bug? */
   if (! name[0])
     return TRUE;
 
index e630ba4b6417599e9fd7b918a8da0c2c6fa681c1..558fe0eeceae2feb64d10c0c5e70eb0ec8ce50ee 100644 (file)
@@ -2526,7 +2526,7 @@ parse_stab_members (void *dhandle, struct stab_handle *info,
        }
       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 7c06c7b49aef3f4687401f4084dddc3eeb13cd3f..2e7e726e4bfb758e7db50df161da3021245191bf 100644 (file)
@@ -25,7 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #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