]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* coff-h8300.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 20 Dec 2002 22:41:13 +0000 (22:41 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Fri, 20 Dec 2002 22:41:13 +0000 (22:41 +0000)
* coffcode.h: Likewise.
* cpu-cris.c: Likewise.
* elf32-vax.c: Likewise.
* genlink.h: Likewise.
* linker.c: Likewise.
* som.c: Likewise.
* tekhex.c: Likewise.
* vms-misc.c: Likewise.

bfd/ChangeLog
bfd/coff-h8300.c
bfd/coffcode.h
bfd/cpu-cris.c
bfd/elf32-vax.c
bfd/genlink.h
bfd/linker.c
bfd/som.c
bfd/tekhex.c
bfd/vms-misc.c

index 75dd8444b48a737d85d7e85b80f19e31f6c2b814..78d5e8dd4d9d5c94c736885d78f21482ad785b13 100644 (file)
@@ -1,3 +1,15 @@
+2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * coff-h8300.c: Fix comment typos.
+       * coffcode.h: Likewise.
+       * cpu-cris.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * genlink.h: Likewise.
+       * linker.c: Likewise.
+       * som.c: Likewise.
+       * tekhex.c: Likewise.
+       * vms-misc.c: Likewise.
+
 2002-12-20  DJ Delorie  <dj@redhat.com>
 
        * reloc.c: Add BFD_RELOC_XSTORMY16_12.
index 5429076814338647605805faa11bef051261e824..e21c5b5484227487c56d0cced49cc5dd53de36e9 100644 (file)
@@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc)
 }
 
 /* Create the derived linker hash table.  We use a derived hash table
-   basically to hold "static" information during an h8/300 coff link
+   basically to hold "static" information during an H8/300 coff link
    without using static variables.  */
 
 static struct bfd_link_hash_table *
index 1b6ef0be201a735007ff3fd3eb1246093ce83340..36ae1a9807f0baf851d9eefbec093b2a7fb7c3ca 100644 (file)
@@ -3095,7 +3095,7 @@ coff_compute_section_file_positions (abfd)
 #ifdef RS6000COFF_C
          /* AIX loader checks the text section alignment of (vma - filepos)
             So even though the filepos may be aligned wrt the o_algntext, for
-            AIX executables, this check fails. This shows up when an native
+            AIX executables, this check fails. This shows up when a native
             AIX executable is stripped with gnu strip because the default vma
             of native is 0x10000150 but default for gnu is 0x10000140.  Gnu
             stripped gnu excutable passes this check because the filepos is
index e9f68abfcf091f763a966e06189f560e7d28b79b..9e60ff062f3058f2c49d3a64dbc826f3c8a9603b 100644 (file)
@@ -43,7 +43,7 @@ bfd_cris_arch =
   bfd_default_compatible,      /* A default function for testing
                                   "machine" compatibility of two
                                   bfd_arch_info_type.  */
-  bfd_default_scan,            /* Check if an bfd_arch_info_type is a
+  bfd_default_scan,            /* Check if a bfd_arch_info_type is a
                                   match.  */
   NULL                         /* Pointer to next bfd_arch_info_type in
                                   the same family.  */
index 20716fab52426620660fe297d8150d689836c9f5..a9e8b0b37e69cb8348741d702e63dd9572ba07bf 100644 (file)
@@ -783,7 +783,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs)
                 PC relative relocations we have entered for this symbol,
                 so that we can discard them again if the symbol is later
                 defined by a regular object.  Note that this function is
-                only called if we are using an vaxelf linker hash table,
+                only called if we are using a vaxelf linker hash table,
                 which means that h is really a pointer to an
                 elf_vax_link_hash_entry.  */
              if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8
index b6a9086b06ee5a9031a950f29c88e7eee95686e6..bcdc34b15684d086cf4bbc4aa5350ead03cef2c4 100644 (file)
@@ -54,13 +54,13 @@ struct generic_link_hash_table
   struct bfd_link_hash_table root;
 };
 
-/* Look up an entry in an generic link hash table.  */
+/* Look up an entry in a generic link hash table.  */
 
 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
   ((struct generic_link_hash_entry *) \
    bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
 
-/* Traverse an generic link hash table.  */
+/* Traverse a generic link hash table.  */
 
 #define _bfd_generic_link_hash_traverse(table, func, info)             \
   (bfd_link_hash_traverse                                              \
index 7c097dc72fda80f315480a4f53a5743d8161cd26..918f4f8fd8df9c34c3011e848b9f1ebf0b0f2a03 100644 (file)
@@ -636,7 +636,7 @@ bfd_link_add_undef (table, h)
   table->undefs_tail = h;
 }
 \f
-/* Routine to create an entry in an generic link hash table.  */
+/* Routine to create an entry in a generic link hash table.  */
 
 struct bfd_hash_entry *
 _bfd_generic_link_hash_newfunc (entry, table, string)
@@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string)
   return entry;
 }
 
-/* Create an generic link hash table.  */
+/* Create a generic link hash table.  */
 
 struct bfd_link_hash_table *
 _bfd_generic_link_hash_table_create (abfd)
index 0bf44d8e8df6fda5d75524ad84e31110ccd6d6cf..c6486c4116b63a05d87ce49424d14f71bd18591e 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string)
   return TRUE;
 }
 
-/* Attach an compilation unit header to the BFD backend so that it may be
+/* Attach a compilation unit header to the BFD backend so that it may be
    written into the object file.  */
 
 bfd_boolean
index 033dce0cc2157b21d12962fae7e11b9f1c22852b..77b471a2d7c8c4c4153ea313fec024339db92257 100644 (file)
@@ -471,7 +471,7 @@ first_phase (abfd, type, src)
     }
 }
 
-/* Pass over an tekhex, calling one of the above functions on each
+/* Pass over a tekhex, calling one of the above functions on each
    record.  */
 
 static void
index de76fe5b61e86c718e3f2643871c47b4abca6ee4..86b84d74104f6873b8aef918f9fee1eda9674403 100644 (file)
@@ -605,8 +605,8 @@ add_new_contents (abfd, section)
   return newptr;
 }
 
-/* Save section data & offset to an vms_section structure
-   vms_section_table[] holds the vms_section chain  */
+/* Save section data & offset to a vms_section structure
+   vms_section_table[] holds the vms_section chain.  */
 
 bfd_boolean
 _bfd_save_vms_section (abfd, section, data, offset, count)