summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-04-21 12:13:37 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-04-21 12:13:37 +0000
commit3509502dded2ee3b95c4e5959aca5f3d03022921 (patch)
tree83f9ab8766593c38fc53541944600ca6f7f2a950 /bfd/elf.c
parent092f514baa81f8f32bfd8f8b72921d4ed58db6a5 (diff)
downloadbinutils-redhat-3509502dded2ee3b95c4e5959aca5f3d03022921.tar.gz
* elf.c (assign_section_numbers): Fix comment.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 1434678ce7..a768171bcf 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -2930,7 +2930,7 @@ assign_section_numbers (bfd *abfd, struct bfd_link_info *link_info)
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)