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]

comment typo fix in ldctor.c


Applied.  I've also done some "make dep-am" commits and trimmed trailing
spaces and suchlike on config.bfd, without posting the changes as I
figure they aren't of much interest (not that this one is terribly
interesting either).

	* ldctor.c (ldctor_add_set_entry): Fix comment typo.

Index: ld/ldctor.c
===================================================================
RCS file: /cvs/src/src/ld/ldctor.c,v
retrieving revision 1.8
diff -u -p -r1.8 ldctor.c
--- ld/ldctor.c	28 Jun 2003 05:28:54 -0000	1.8
+++ ld/ldctor.c	15 Oct 2004 04:19:01 -0000
@@ -49,7 +49,7 @@ struct set_info *sets;
    RELOC is the relocation to use for an entry in the set.  SECTION
    and VALUE are the value to add.  This is called during the first
    phase of the link, when we are still gathering symbols together.
-   We just record the information now.  The ldctor_find_constructors
+   We just record the information now.  The ldctor_build_sets
    function will construct the sets.  */
 
 void

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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