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 | b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2 (patch) | |
tree | 10b3f44c348d32cee4719f0ada1ac4c11030b321 /include/bfdlink.h | |
parent | 941bbe7882dc25830d5c7add7a5b6b065455bf72 (diff) | |
download | binutils-gdb-b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2.tar.gz |
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 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; }; |