[PATCH] Documentation: Fix trivial typo in comment.

From: Sharon Dvir
Date: Sun Feb 15 2015 - 09:58:36 EST


Changed 'keysroke' to 'keystroke'

Signed-off-by: Sharon Dvir <sharon.dvir1@xxxxxxxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/