kernel/printk.c: comment fix

Signed-off-by: Patrick Pletscher <pat@pletscher.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Patrick Pletscher 2007-02-17 20:10:16 +01:00 committed by Adrian Bunk
parent a8e14b950c
commit 0bbfb7c2e4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int console_printk[4] = {
};
/*
* Low lever drivers may need that to know if they can schedule in
* Low level drivers may need that to know if they can schedule in
* their unblank() callback or not. So let's export it.
*/
int oops_in_progress;