public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Comment typo
@ 2005-04-21 12:14 Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2005-04-21 12:14 UTC (permalink / raw)
  To: binutils

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."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* comment typo
@ 2014-01-22  5:38 Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2014-01-22  5:38 UTC (permalink / raw)
  To: binutils

    	* elf64-ppc.c (STK_LINKER): Comment typo fix.

diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c
index acc3423..bb3326d 100644
--- a/bfd/elf64-ppc.c
+++ b/bfd/elf64-ppc.c
@@ -133,7 +133,7 @@ static bfd_vma opd_entry_value
 /* Offsets to some stack save slots.  */
 #define STK_LR 16
 #define STK_TOC(htab) (htab->opd_abi ? 40 : 24)
-/* This one is dodgy.  ABIv2 does not have a linker word, so use the
+/* This one is dodgy.  ELFv2 does not have a linker word, so use the
    CR save slot.  Used only by optimised __tls_get_addr call stub,
    relying on __tls_get_addr_opt not saving CR..  */
 #define STK_LINKER(htab) (htab->opd_abi ? 32 : 8)

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-22  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 12:14 Comment typo Andreas Schwab
2014-01-22  5:38 comment typo Alan Modra

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).