This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in comment in bfdlink.h


Hi Guys,

  I am applying the patch below to fix a small typo in a comment in
  bfdlink.h.  Applied to mainline and the branch.

Cheers
        Nick

2003-05-21  Nick Clifton  <nickc@redhat.com>

	* bfdlink.h (struct bfd_link_hash_table): Fix typo in comment.

Index: include/bfdlink.h
===================================================================
RCS file: /cvs/src/src/include/bfdlink.h,v
retrieving revision 1.28
diff -c -3 -p -w -r1.28 bfdlink.h
*** include/bfdlink.h	29 Apr 2003 01:53:45 -0000	1.28
--- include/bfdlink.h	21 May 2003 09:07:14 -0000
*************** struct bfd_link_hash_table
*** 163,169 ****
    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.  */
    enum bfd_link_hash_table_type type;
  };
  
--- 163,169 ----
    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 link hash table.  */
    enum bfd_link_hash_table_type type;
  };
  
        


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]