From c63e2546f9118c71da5b9a30685cdc68393bd230 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 17 Aug 2012 02:39:26 +0000 Subject: typo fixes --- bfd/elfxx-mips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elfxx-mips.c') 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) -- cgit v1.2.1