Fix a typo in section.c comments
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 18 Jul 2012 17:08:18 +0000 (17:08 +0000)
committerH.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
bfd/section.c

index da9e6a2..f12e190 100644 (file)
@@ -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.
index a3b7c56..ab5635b 100644 (file)
@@ -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, ...)