Changed 'keysroke' to 'keystroke'
Signed-off-by: Sharon Dvir <[email protected]> --- diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c index 259a4d5..aee6de2 100644 --- a/drivers/tty/sysrq.c +++ b/drivers/tty/sysrq.c @@ -774,7 +774,7 @@ static bool sysrq_handle_keypress(struct sysrq_state *sysrq, sysrq->alt_use = sysrq->alt; /* * If nothing else will be pressed we'll need - * to re-inject Alt-SysRq keysroke. + * to re-inject Alt-SysRq keystroke. */ sysrq->need_reinject = true; } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

