summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-21 09:09:37 +0000
committerNick Clifton <nickc@redhat.com>2003-05-21 09:09:37 +0000
commit17293f12d014d48190e17440d95c75c453b40a16 (patch)
treec6c63b6f060264681b491466138d34c2dda45cc1
parentfd7949721c0316598961cb858b0c967876c40cc4 (diff)
downloadgdb-17293f12d014d48190e17440d95c75c453b40a16.tar.gz
Fix typo "ink" instead of "link"
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfdlink.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b7607afbddf..8dfa46f77c9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 380923a9792..89d916ee83b 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -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;
};