]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/ptrace_32.c
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / arch / x86 / kernel / ptrace_32.c
index 99102ec5fade9dc79ff01fde4469ef10a39cff33..ff5431cc03ee8ea949704fa19d6f289afc7f74bd 100644 (file)
@@ -632,7 +632,7 @@ void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, int error_code)
        /* User-mode eip? */
        info.si_addr = user_mode_vm(regs) ? (void __user *) regs->eip : NULL;
 
-       /* Send us the fakey SIGTRAP */
+       /* Send us the fake SIGTRAP */
        force_sig_info(SIGTRAP, &info, tsk);
 }