From: Nick Clifton Date: Wed, 21 May 2003 09:09:37 +0000 (+0000) Subject: Fix typo "ink" instead of "link" X-Git-Tag: ezannoni_pie-20030916-branchpoint~1607 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9b171fb1af5a6884dd4a6ea09ebdf4f9c3b10f2;p=platform%2Fupstream%2Fbinutils.git Fix typo "ink" instead of "link" --- diff --git a/include/ChangeLog b/include/ChangeLog index b7607af..8dfa46f 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-05-21 Nick Clifton + + * bfdlink.h (struct bfd_link_hash_table): Fix typo in comment. + 2003-05-15 Jim Blandy * libiberty.h (hex_value): Make the value an unsigned int, to 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; };