Fix typo "ink" instead of "link"

This commit is contained in:
Nick Clifton
2003-05-21 09:09:37 +00:00
parent 941bbe7882
commit b9b171fb1a
2 changed files with 5 additions and 1 deletions

View 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;
};