/bfd/ChangeLog
[deliverable/binutils-gdb.git] / bfd / section.c
index e99062aac37c310d4ae8942d44e4b3e125c81cc1..fce8e1eab3d18525a3f9b0855bc0a03e2d454ecc 100644 (file)
@@ -1025,7 +1025,6 @@ DESCRIPTION
 
 */
 
-/*ARGSUSED*/
 bfd_boolean
 bfd_set_section_flags (bfd *abfd ATTRIBUTE_UNUSED,
                       sec_ptr section,
@@ -1065,7 +1064,7 @@ DESCRIPTION
 
 |      func (abfd, the_section, obj);
 
-       This is the prefered method for iterating over sections; an
+       This is the preferred method for iterating over sections; an
        alternative would be to use a loop:
 
 |         section *p;
@@ -1074,7 +1073,6 @@ DESCRIPTION
 
 */
 
-/*VARARGS2*/
 void
 bfd_map_over_sections (bfd *abfd,
                       void (*operation) (bfd *, asection *, void *),
This page took 0.023974 seconds and 4 git commands to generate.