Commit edeed424 authored by Jason Wang's avatar Jason Wang Committed by Thomas Bogendoerfer

MIPS: Fix comment typo

The double `it' is duplicated in the comment, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 80e78fcc
...@@ -1032,7 +1032,7 @@ static int cop1Emulate(struct pt_regs *xcp, struct mips_fpu_struct *ctx, ...@@ -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.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment