Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / x86 / kernel / irq_32.c
index 9974d21..7209070 100644 (file)
@@ -172,7 +172,7 @@ asmlinkage void do_softirq(void)
 
                call_on_stack(__do_softirq, isp);
                /*
-                * Shouldnt happen, we returned above if in_interrupt():
+                * Shouldn't happen, we returned above if in_interrupt():
                 */
                WARN_ON_ONCE(softirq_count());
        }