X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Firq_32.c;h=72090705a656a65c5167392b7c815577e6798356;hb=2f284c846331fa44be1300a3c2c3e85800268a00;hp=9974d21048fd3c0aee10b5ade01d9d9e421cfc67;hpb=b67afe7f43afd2f5cd98798993561920c1684c12;p=pandora-kernel.git diff --git a/arch/x86/kernel/irq_32.c b/arch/x86/kernel/irq_32.c index 9974d21048fd..72090705a656 100644 --- a/arch/x86/kernel/irq_32.c +++ b/arch/x86/kernel/irq_32.c @@ -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()); }