Commit 0bbfb7c2e4b682542a822d3af05cea0e5cb5ba81

Authored by Patrick Pletscher
Committed by Adrian Bunk
1 parent a8e14b950c

kernel/printk.c: comment fix

Signed-off-by: Patrick Pletscher <pat@pletscher.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -54,7 +54,7 @@
54 54 };
55 55  
56 56 /*
57   - * Low lever drivers may need that to know if they can schedule in
  57 + * Low level drivers may need that to know if they can schedule in
58 58 * their unblank() callback or not. So let's export it.
59 59 */
60 60 int oops_in_progress;