Fix typo "ink" instead of "link"
authorNick Clifton <nickc@redhat.com>
Wed, 21 May 2003 09:09:37 +0000 (09:09 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 21 May 2003 09:09:37 +0000 (09:09 +0000)
include/ChangeLog
include/bfdlink.h

index b7607afbddf6e5cad446767b8c339657c44dc68e..8dfa46f77c96cbf634f1587fd2679f0ce0614488 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-21  Nick Clifton  <nickc@redhat.com>
+
+       * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment.
+
 2003-05-15  Jim Blandy  <jimb@redhat.com>
 
        * libiberty.h (hex_value): Make the value an unsigned int, to
index 380923a979218c4ed6012ccfb684b2a698d3c3bf..89d916ee83b3d4aa4f5153a729637a16841781ac 100644 (file)
@@ -163,7 +163,7 @@ struct bfd_link_hash_table
   struct bfd_link_hash_entry *undefs;
   /* Entries are added to the tail of the undefs list.  */
   struct bfd_link_hash_entry *undefs_tail;
-  /* The type of the ink hash table.  */
+  /* The type of the link hash table.  */
   enum bfd_link_hash_table_type type;
 };
 
This page took 0.02618 seconds and 4 git commands to generate.