This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Comment typo


Installed as obvious.

Andreas.

2005-04-21  Andreas Schwab  <schwab@suse.de>

	* elf.c (assign_section_numbers): Fix comment.

Index: elf.c
===================================================================
RCS file: /cvs/src/src/bfd/elf.c,v
retrieving revision 1.279
diff -u -a -p -u -p -a -r1.279 elf.c
--- elf.c	18 Apr 2005 03:13:49 -0000	1.279
+++ elf.c	21 Apr 2005 12:10:08 -0000
@@ -2930,7 +2930,7 @@ assign_section_numbers (bfd *abfd, struc
 		      elfsec = elf_shdrp[elfsec]->sh_link;
 		      /* PR 290:
 			 The Intel C compiler generates SHT_IA_64_UNWIND with
-			 SHF_LINK_ORDER.  But it doesn't set theh sh_link or
+			 SHF_LINK_ORDER.  But it doesn't set the sh_link or
 			 sh_info fields.  Hence we could get the situation
 		         where elfsec is 0.  */
 		      if (elfsec == 0)

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]