Commit e20ec991 authored by Jim Cromie's avatar Jim Cromie Committed by Adrian Bunk

fix spelling error in include/linux/kernel.h

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 139a7bdc
...@@ -65,7 +65,7 @@ struct user; ...@@ -65,7 +65,7 @@ struct user;
* context (spinlock, irq-handler, ...). * context (spinlock, irq-handler, ...).
* *
* This is a useful debugging help to be able to catch problems early and not * 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. * supposed to.
*/ */
#ifdef CONFIG_PREEMPT_VOLUNTARY #ifdef CONFIG_PREEMPT_VOLUNTARY
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment