From: Jason Wang Date: Thu, 11 Aug 2022 12:14:50 +0000 (+0800) Subject: MIPS: Fix comment typo X-Git-Tag: v6.1-rc1~213^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edeed42402cebd9147b484d6df9964869bdc0681;p=thirdparty%2Flinux.git MIPS: Fix comment typo The double `it' is duplicated in the comment, remove one. Signed-off-by: Jason Wang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c index 587cf1d115e8f..265bc57819dfb 100644 --- a/arch/mips/math-emu/cp1emu.c +++ b/arch/mips/math-emu/cp1emu.c @@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx, */ if (dec_insn.micro_mips_mode) { /* - * If next instruction is a 16-bit instruction, then it + * If next instruction is a 16-bit instruction, then * it cannot be a FPU instruction. This could happen * since we can be called for non-FPU instructions. */