[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1424012258-15903-1-git-send-email-sharon.dvir1@mail.huji.ac.il>
Date: Sun, 15 Feb 2015 16:57:38 +0200
From: Sharon Dvir <sharon.dvir1@...l.huji.ac.il>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
Sharon Dvir <sharon.dvir1@...l.huji.ac.il>
Subject: [PATCH] Documentation: Fix trivial typo in comment.
Changed 'keysroke' to 'keystroke'
Signed-off-by: Sharon Dvir <sharon.dvir1@...l.huji.ac.il>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists