diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index fca7663..98d2b49 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -4006,7 +4006,7 @@ elf_i386_relocate_section (bfd *output_bfd, if (!bfd_link_pic (info)) { /* If not PIC, add the .got.plt section address for - baseless adressing. */ + baseless addressing. */ unsigned int modrm; modrm = bfd_get_8 (abfd, contents + rel->r_offset - 1); if ((modrm & 0xc7) == 0x5) |