]> err.no Git - linux-2.6/blobdiff - arch/parisc/kernel/traps.c
[PARISC] spelling fixes: arch/parisc/
[linux-2.6] / arch / parisc / kernel / traps.c
index 55bc1471967d2221badf806b78aada441760f0c7..0ba1d3dbca2a83d00a8ff18f1b52f8e828c13af2 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/smp.h>
-#include <linux/smp_lock.h>
 #include <linux/spinlock.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
@@ -616,7 +615,7 @@ void handle_interruption(int code, struct pt_regs *regs)
                
        case 13:
                /* Conditional Trap
-                  The condition succees in an instruction which traps 
+                  The condition succeeds in an instruction which traps
                   on condition  */
                if(user_mode(regs)){
                        si.si_signo = SIGFPE;