Fix a typo in section.c comments
PR binutils/14335 * section.c: Fix a typo in comments.
This commit is contained in:
parent
2b963b6863
commit
c06fc9eb02
2 changed files with 6 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ DESCRIPTION
|
|||
This is the preferred method for iterating over sections; an
|
||||
alternative would be to use a loop:
|
||||
|
||||
| section *p;
|
||||
| asection *p;
|
||||
| for (p = abfd->sections; p != NULL; p = p->next)
|
||||
| func (abfd, p, ...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue