Fix common misspellings
[deliverable/linux.git] / arch / mips / kernel / smp-mt.c
index c0e81418ba21281ea4f3b5cedff5e564f947c1a1..1ec56e635d04a480905d1913cd89457eef2be607 100644 (file)
@@ -120,7 +120,7 @@ static void vsmp_send_ipi_single(int cpu, unsigned int action)
 
        local_irq_save(flags);
 
-       vpflags = dvpe();       /* cant access the other CPU's registers whilst MVPE enabled */
+       vpflags = dvpe();       /* can't access the other CPU's registers whilst MVPE enabled */
 
        switch (action) {
        case SMP_CALL_FUNCTION:
This page took 0.027317 seconds and 5 git commands to generate.