kernel/printk.c: comment fix
authorPatrick Pletscher <pat@pletscher.org>
Sat, 17 Feb 2007 19:10:16 +0000 (20:10 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 17 Feb 2007 19:10:16 +0000 (20:10 +0100)
Signed-off-by: Patrick Pletscher <pat@pletscher.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
kernel/printk.c

index 0c151877ff71ad117e2d751e34ce528606d7eea2..4b47e59248df00375ce5fda81e760f89e14f9a22 100644 (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;