aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/crash.c
diff options
context:
space:
mode:
authorLee Revell <rlrevell@joe-job.com>2006-06-26 18:30:00 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-26 18:30:00 +0200
commitf18190bd3407554ba6df30a1927e07e6cba93e56 (patch)
tree0df4f4f575242923d670ef77b4978d22a4a98bf4 /arch/i386/kernel/crash.c
parentSpelling fixes for Documentation/atomic_ops.txt (diff)
downloadlinux-dev-f18190bd3407554ba6df30a1927e07e6cba93e56.tar.xz
linux-dev-f18190bd3407554ba6df30a1927e07e6cba93e56.zip
fix paniced->panicked typos
In a testament to the utter simplicity and logic of the English language ;-), I found a single correct use - in kernel/panic.c - and 10-15 incorrect ones. Signed-Off-By: Lee Revell <rlrevell@joe-job.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/i386/kernel/crash.c')
-rw-r--r--arch/i386/kernel/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/crash.c b/arch/i386/kernel/crash.c
index 21dc1bbb8067..13288d9793a7 100644
--- a/arch/i386/kernel/crash.c
+++ b/arch/i386/kernel/crash.c
@@ -163,7 +163,7 @@ static void nmi_shootdown_cpus(void)
void machine_crash_shutdown(struct pt_regs *regs)
{
/* This function is only called after the system
- * has paniced or is otherwise in a critical state.
+ * has panicked or is otherwise in a critical state.
* The minimum amount of code to allow a kexec'd kernel
* to run successfully needs to happen here.
*