Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Thomas Bogendoerfer
edeed424 80e78fcc

+1 -1
+1 -1
arch/mips/math-emu/cp1emu.c
··· 1032 1032 */ 1033 1033 if (dec_insn.micro_mips_mode) { 1034 1034 /* 1035 - * If next instruction is a 16-bit instruction, then it 1035 + * If next instruction is a 16-bit instruction, then 1036 1036 * it cannot be a FPU instruction. This could happen 1037 1037 * since we can be called for non-FPU instructions. 1038 1038 */