aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDaniel Roesen <dr@cluenet.de>2007-10-20 00:30:06 +0200
committerAdrian Bunk <bunk@kernel.org>2007-10-20 00:30:06 +0200
commit9aa5e993fa0f1a8c2c900bdfb80697d77b6dc223 (patch)
tree9dcf72c020f53022f624e0f2da0699273d07ca4b /kernel
parentLIB: Replace inappropriate include of <linux/bug.h> (diff)
downloadlinux-dev-9aa5e993fa0f1a8c2c900bdfb80697d77b6dc223.tar.xz
linux-dev-9aa5e993fa0f1a8c2c900bdfb80697d77b6dc223.zip
trivial comment wording/typo fix regarding taint flags
Signed-off-by: Daniel Roesen <dr@cluenet.de> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c
index 3886bd8230fe..6f6e03e91595 100644
--- a/kernel/panic.c
+++ b/kernel/panic.c
@@ -148,7 +148,7 @@ EXPORT_SYMBOL(panic);
* 'F' - Module has been forcibly loaded.
* 'S' - SMP with CPUs not designed for SMP.
* 'R' - User forced a module unload.
- * 'M' - Machine had a machine check experience.
+ * 'M' - System experienced a machine check exception.
* 'B' - System has hit bad_page.
* 'U' - Userspace-defined naughtiness.
*