diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-21 09:09:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-21 09:09:37 +0000 |
commit | 40aa85f9c52c3198ec610965c3c051858fb128b7 (patch) | |
tree | bb6ab8cf51dd7a436109f634d79aa4e34f19544e /include/bfdlink.h | |
parent | 5c768c978c52c277536c28925161148407206d63 (diff) | |
download | cygnal-40aa85f9c52c3198ec610965c3c051858fb128b7.tar.gz cygnal-40aa85f9c52c3198ec610965c3c051858fb128b7.tar.bz2 cygnal-40aa85f9c52c3198ec610965c3c051858fb128b7.zip |
Fix typo "ink" instead of "link"
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index 380923a97..89d916ee8 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; }; |