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
commit526b52da0c1d97f700a9c315ecac34ca3c5209e4 (patch)
tree0fd682caa953018083642a7ae9c170c3c9df6f31
parented11eecf687863faa86ead03ba41a4d8dc1e344f (diff)
downloadbinutils-redhat-526b52da0c1d97f700a9c315ecac34ca3c5209e4.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 b7607afbdd..8dfa46f77c 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 380923a979..89d916ee83 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;
};