Fix typo "ink" instead of "link"
This commit is contained in:
parent
5c768c978c
commit
40aa85f9c5
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* bfdlink.h (struct bfd_link_hash_table): Fix typo in comment.
|
||||||
|
|
||||||
2003-05-15 Jim Blandy <jimb@redhat.com>
|
2003-05-15 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* libiberty.h (hex_value): Make the value an unsigned int, to
|
* libiberty.h (hex_value): Make the value an unsigned int, to
|
||||||
|
@ -163,7 +163,7 @@ struct bfd_link_hash_table
|
|||||||
struct bfd_link_hash_entry *undefs;
|
struct bfd_link_hash_entry *undefs;
|
||||||
/* Entries are added to the tail of the undefs list. */
|
/* Entries are added to the tail of the undefs list. */
|
||||||
struct bfd_link_hash_entry *undefs_tail;
|
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;
|
enum bfd_link_hash_table_type type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user