diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-21 09:10:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-21 09:10:29 +0000 |
commit | 8e987eb954a298779e7ec1a7f33733e75ffadf80 (patch) | |
tree | 4ef2f852ceb4d3e9ffffcb3d32b485e40c2cf15d /include/bfdlink.h | |
parent | ae51c835d2e68a77edc39a06910dd6b4ff905adc (diff) | |
download | cygnal-8e987eb954a298779e7ec1a7f33733e75ffadf80.tar.gz cygnal-8e987eb954a298779e7ec1a7f33733e75ffadf80.tar.bz2 cygnal-8e987eb954a298779e7ec1a7f33733e75ffadf80.zip |
Fix typo in comment
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; }; |