Skip to content

Commit

Permalink
fix spelling error in include/linux/kernel.h
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Jim Cromie authored and Adrian Bunk committed Nov 30, 2006
1 parent 139a7bd commit e20ec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e20ec99

Please sign in to comment.