MIPS: Fix comment typo

The double `it' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Jason Wang 2022-08-11 20:14:50 +08:00 committed by Thomas Bogendoerfer
parent 80e78fcce8
commit edeed42402
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx,
*/ */
if (dec_insn.micro_mips_mode) { 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 * it cannot be a FPU instruction. This could happen
* since we can be called for non-FPU instructions. * since we can be called for non-FPU instructions.
*/ */