summaryrefslogtreecommitdiff
path: root/bfd/elfnn-ia64.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-08-17 02:39:26 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-08-17 02:39:26 +0000
commitc63e2546f9118c71da5b9a30685cdc68393bd230 (patch)
tree98e134acdb3765907db71c8a11d8c03e4929bdcc /bfd/elfnn-ia64.c
parent83f9620ac3d7ddabc290d400085156fe84e67529 (diff)
downloadbinutils-redhat-c63e2546f9118c71da5b9a30685cdc68393bd230.tar.gz
typo fixes
Diffstat (limited to 'bfd/elfnn-ia64.c')
-rw-r--r--bfd/elfnn-ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfnn-ia64.c b/bfd/elfnn-ia64.c
index 7021ff5355..e6abb79524 100644
--- a/bfd/elfnn-ia64.c
+++ b/bfd/elfnn-ia64.c
@@ -570,7 +570,7 @@ elfNN_ia64_relax_section (bfd *abfd, asection *sec,
.plt section. After the first relaxation pass, linker may
increase the gap between the .plt and .text sections up
to 32byte. We assume linker will always insert 32byte
- between the .plt and .text sections after the the first
+ between the .plt and .text sections after the first
relaxation pass. */
if (tsec == ia64_info->root.splt)
offset = -0x1000000 + 32;