MIPS: fix typos in comments
[sfrench/cifs-2.6.git] / arch / mips / kernel / cpu-probe.c
index f0ea9293754633cd26f99b12afc77227e1eda73f..d510f628ee03846fbea0a75c3603231bd14e4b10 100644 (file)
@@ -156,7 +156,7 @@ static inline void check_errata(void)
                /*
                 * Erratum "RPS May Cause Incorrect Instruction Execution"
                 * This code only handles VPE0, any SMP/RTOS code
-                * making use of VPE1 will be responsable for that VPE.
+                * making use of VPE1 will be responsible for that VPE.
                 */
                if ((c->processor_id & PRID_REV_MASK) <= PRID_REV_34K_V1_0_2)
                        write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS);