bfd/
[deliverable/binutils-gdb.git] / bfd / linker.c
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)
This page took 0.025501 seconds and 4 git commands to generate.