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:
parent
80e78fcce8
commit
edeed42402
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue