diff mbox series

MIPS: fix repeated words in comments

Message ID 20220831124903.11720-1-yuanjilin@cdjrlc.com (mailing list archive)
State Rejected
Headers show
Series MIPS: fix repeated words in comments | expand

Commit Message

Jilin Yuan Aug. 31, 2022, 12:49 p.m. UTC
Delete the redundant word 'it'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 arch/mips/math-emu/cp1emu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/mips/math-emu/cp1emu.c b/arch/mips/math-emu/cp1emu.c
index 587cf1d115e8..924260f6e9d2 100644
--- a/arch/mips/math-emu/cp1emu.c
+++ b/arch/mips/math-emu/cp1emu.c
@@ -1033,7 +1033,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
-		 * it cannot be a FPU instruction. This could happen
+		 * cannot be a FPU instruction. This could happen
 		 * since we can be called for non-FPU instructions.
 		 */
 		if ((pc_inc == 2) ||