aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2006-11-30 04:46:13 +0100
committerAdrian Bunk <bunk@stusta.de>2006-11-30 04:46:13 +0100
commite20ec9911bfef897459b9f8aeaf6eadb0920299a (patch)
treefa6fe7ba543b269c8c905b30eb94f8a474f61498 /include/linux/kernel.h
parentmqueue.h: don't include linux/types.h (diff)
downloadlinux-dev-e20ec9911bfef897459b9f8aeaf6eadb0920299a.tar.xz
linux-dev-e20ec9911bfef897459b9f8aeaf6eadb0920299a.zip
fix spelling error in include/linux/kernel.h
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index b9b5e4ba166a..6738283ac385 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -65,7 +65,7 @@ struct user;
* context (spinlock, irq-handler, ...).
*
* This is a useful debugging help to be able to catch problems early and not
- * be biten later when the calling function happens to sleep when it is not
+ * be bitten later when the calling function happens to sleep when it is not
* supposed to.
*/
#ifdef CONFIG_PREEMPT_VOLUNTARY