aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
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
commitb9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2 (patch)
tree10b3f44c348d32cee4719f0ada1ac4c11030b321 /include/bfdlink.h
parent941bbe7882dc25830d5c7add7a5b6b065455bf72 (diff)
downloadbinutils-b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2.zip
binutils-b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2.tar.gz
binutils-b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2.tar.bz2
Fix typo "ink" instead of "link"
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 380923a..89d916e 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;
};