public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: PR binutils/14335: Trivial typing error in bfd/section.c
@ 2012-07-18 17:10 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2012-07-18 17:10 UTC (permalink / raw)
  To: binutils

Hi,

I checked in this patch.

H.J.
--
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index da9e6a2..f12e190 100644
--- 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 a3b7c56..ab5635b 100644
--- 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;
+|	   asection *p;
 |	   for (p = abfd->sections; p != NULL; p = p->next)
 |	      func (abfd, p, ...)
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-18 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 17:10 PATCH: PR binutils/14335: Trivial typing error in bfd/section.c H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).