summaryrefslogtreecommitdiff
path: root/bfd/elflink.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-09-09 05:11:51 +0000
committerH.J. Lu <hjl@lucon.org>2005-09-09 05:11:51 +0000
commitf8ef4b888c216c20e34a1dbe0614c46e101928d7 (patch)
tree8c45f3400b3ea23baeacf44e8b3e2b6132e0a733 /bfd/elflink.c
parentbf90a2685f40a0e89ffbad49d7c9a1442505f604 (diff)
downloadbinutils-redhat-f8ef4b888c216c20e34a1dbe0614c46e101928d7.tar.gz
2005-09-08 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_get_linked_section_vma): Fix a typo in comment. * elfxx-ia64.c (elf_backend_link_order_error_handler): Likewise.
Diffstat (limited to 'bfd/elflink.c')
-rw-r--r--bfd/elflink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elflink.c b/bfd/elflink.c
index 45ff665cd3..bf071a95d3 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -7611,7 +7611,7 @@ elf_get_linked_section_vma (struct bfd_link_order *p)
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)