From: Ralf Baechle Date: Wed, 1 Dec 2010 17:33:17 +0000 (+0000) Subject: MIPS: MT: Fix typo in comment. X-Git-Tag: 2.1b_release~6055^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d002aaadf84c081623a0a8502c122d1492fbd47c;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git MIPS: MT: Fix typo in comment. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/smp-mt.c b/arch/mips/kernel/smp-mt.c index 43e7cdc5..c0e8141 100644 --- a/arch/mips/kernel/smp-mt.c +++ b/arch/mips/kernel/smp-mt.c @@ -153,7 +153,7 @@ static void __cpuinit vsmp_init_secondary(void) { extern int gic_present; - /* This is Malta specific: IPI,performance and timer inetrrupts */ + /* This is Malta specific: IPI,performance and timer interrupts */ if (gic_present) change_c0_status(ST0_IM, STATUSF_IP3 | STATUSF_IP4 | STATUSF_IP6 | STATUSF_IP7);