mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
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
@ -1,3 +1,8 @@
|
||||
2012-07-18 Nicolàs Alejandro Di Risio <sheeva@tiscali.it>
|
||||
|
||||
PR binutils/14335
|
||||
* section.c: Fix a typo in comments.
|
||||
|
||||
2012-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* elf64-s390.c: Include elf-s390-common.c.
|
||||
|
@ -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…
Reference in New Issue
Block a user