projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b963b6
)
Fix a typo in section.c comments
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 18 Jul 2012 17:08:18 +0000
(17:08 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Wed, 18 Jul 2012 17:08:18 +0000
(17:08 +0000)
PR binutils/14335
* section.c: Fix a typo in comments.
bfd/ChangeLog
patch
|
blob
|
history
bfd/section.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index da9e6a2e86e9d1ff5f5b9aa06426f732075a869e..f12e190c56e4f092de9f9b4f046668387e18898c 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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.
diff --git
a/bfd/section.c
b/bfd/section.c
index a3b7c56db562e19981c9dbe9e169239b43d42fce..ab5635b4b5f307a61f697264fdae52445ba6ec71 100644
(file)
--- a/
bfd/section.c
+++ b/
bfd/section.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;
+|
a
section *p;
| for (p = abfd->sections; p != NULL; p = p->next)
| func (abfd, p, ...)