summaryrefslogtreecommitdiff
path: root/bfd/elf32-m68hc11.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-27 18:49:39 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-27 18:49:39 +0000
commit21ef506c2e7cc52b3af7db216c5cf05dcd43f20c (patch)
tree033a18794853b77a3f49b0a0af28d4953cdb2b6e /bfd/elf32-m68hc11.c
parentac72403dadeafab12257838e028d83657a753bfd (diff)
downloadgdb-21ef506c2e7cc52b3af7db216c5cf05dcd43f20c.tar.gz
* elf32-arm.h: Fix comment typos.
* elf32-d30v.c: Likewise. * elf32-dlx.c: Likewise. * elf32-h8300.c: Likewise. * elf32-i370.c: Likewise. * elf32-ip2k.c: Likewise. * elf32-m68hc11.c: Likewise. * elf32-mcore.c: Likewise. * elf32-ppc.c: Likewise. * elf32-s390.c: Likewise. * elf32-sh.c: Likewise. * elf32-v850.c: Likewise. * elf32-xtensa.c: Likewise. * elf64-alpha.c: Likewise. * elf64-hppa.c: Likewise. * elf64-mips.c: Likewise. * elf64-mmix.c: Likewise. * elf64-ppc.c: Likewise. * elf64-sparc.c: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elfn32-mips.c: Likewise. * elfxx-ia64.c: Likewise. * elfxx-mips.c: Likewise.
Diffstat (limited to 'bfd/elf32-m68hc11.c')
-rw-r--r--bfd/elf32-m68hc11.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-m68hc11.c b/bfd/elf32-m68hc11.c
index 4d8f6b51576..42010b01dd2 100644
--- a/bfd/elf32-m68hc11.c
+++ b/bfd/elf32-m68hc11.c
@@ -954,7 +954,7 @@ m68hc11_elf_relax_section (bfd *abfd, asection *sec,
{
unsigned long old_sec_size = sec->_cooked_size;
- /* Note that we've changed the reldection contents, etc. */
+ /* Note that we've changed the relocation contents, etc. */
elf_section_data (sec)->relocs = internal_relocs;
free_relocs = NULL;
@@ -985,7 +985,7 @@ m68hc11_elf_relax_section (bfd *abfd, asection *sec,
continue;
}
- /* Note that we've changed the reldection contents, etc. */
+ /* Note that we've changed the relocation contents, etc. */
elf_section_data (sec)->relocs = internal_relocs;
free_relocs = NULL;
@@ -1030,7 +1030,7 @@ m68hc11_elf_relax_section (bfd *abfd, asection *sec,
if ((offset & 0xff80) == 0 || (offset & 0xff80) == 0xff80)
{
- /* Note that we've changed the reldection contents, etc. */
+ /* Note that we've changed the relocation contents, etc. */
elf_section_data (sec)->relocs = internal_relocs;
free_relocs = NULL;