summaryrefslogtreecommitdiffstats
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
committerAlan Modra <amodra@gmail.com>2012-08-17 02:43:21 +0000
commita86852103bb20a87c714d338230b265c94fc5272 (patch)
tree522c035856ba765f8d7f89f0d06ff7afed3ba0bd /bfd/elfxx-mips.c
parented668b34df4ca6f8e8fbd4d5503e6b8e845833c2 (diff)
downloadppe42-binutils-a86852103bb20a87c714d338230b265c94fc5272.tar.gz
ppe42-binutils-a86852103bb20a87c714d338230b265c94fc5272.zip
typo fixes
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 5f8693e469..9c3f37290b 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -12764,7 +12764,7 @@ _bfd_mips_elf_relax_section (bfd *abfd, asection *sec,
/* Fix the relocation's type. */
irel->r_info = ELF32_R_INFO (r_symndx, R_MICROMIPS_PC10_S1);
- /* Replace the the 32-bit opcode with a 16-bit opcode. */
+ /* Replace the 32-bit opcode with a 16-bit opcode. */
bfd_put_16 (abfd,
(b_insn_16.match
| (opcode & 0x3ff)), /* Addend value. */
@@ -12791,7 +12791,7 @@ _bfd_mips_elf_relax_section (bfd *abfd, asection *sec,
/* Fix the relocation's type. */
irel->r_info = ELF32_R_INFO (r_symndx, R_MICROMIPS_PC7_S1);
- /* Replace the the 32-bit opcode with a 16-bit opcode. */
+ /* Replace the 32-bit opcode with a 16-bit opcode. */
bfd_put_16 (abfd,
(bz_insns_16[fndopc].match
| BZ16_REG_FIELD (reg)
OpenPOWER on IntegriCloud