Commit cbc7b792 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] register_console() comment typo

register_console(): Fix typo in comment
parent 05904b97
......@@ -638,7 +638,7 @@ void register_console(struct console * console)
}
if (console->flags & CON_PRINTBUFFER) {
/*
* release_cosole_sem() will print out the buffered messages for us.
* release_console_sem() will print out the buffered messages for us.
*/
spin_lock_irqsave(&logbuf_lock, flags);
con_start = log_start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment