mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
Fix a typo in section.c comments
PR binutils/14335 * section.c: Fix a typo in comments.
This commit is contained in:
@ -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, ...)
|
||||
|
||||
|
Reference in New Issue
Block a user