summaryrefslogtreecommitdiff
path: root/bfd/section.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/section.c')
-rw-r--r--bfd/section.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/section.c b/bfd/section.c
index e99062aac37..fce8e1eab3d 100644
--- a/bfd/section.c
+++ b/bfd/section.c
@@ -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 *),