Skip to content

Commit

Permalink
kernel/printk.c: comment fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pletscher <pat@pletscher.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Patrick Pletscher authored and Adrian Bunk committed Feb 17, 2007
1 parent a8e14b9 commit 0bbfb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0bbfb7c

Please sign in to comment.