aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/keyboard.c
diff options
context:
space:
mode:
authorJerome Pinot <ngc891@gmail.com>2006-06-26 01:51:23 -0400
committerDmitry Torokhov <dtor_core@ameritech.net>2006-06-26 01:51:23 -0400
commitb9ab58dd8e771d30df110c56e785db1ae5e073df (patch)
tree7c69f92d23c46f9b1990d57ffa49690bd5806c78 /drivers/char/keyboard.c
parent9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1 (diff)
Input: fix misspelling of Hangeul key
Fix a mispelling of the korean alphabet name in the input subsystem. See http://en.wikipedia.org/wiki/Hangeul#Names for more details. KEY_HANGUEL left to not break people Signed-off-by: Jerome Pinot <ngc891@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/char/keyboard.c')
-rw-r--r--drivers/char/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c
index 1b63acfc6c7..d82368bc46d 100644
--- a/drivers/char/keyboard.c
+++ b/drivers/char/keyboard.c
@@ -1074,7 +1074,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode,
put_queue(vc, 0x1d | up_flag);
put_queue(vc, 0x45 | up_flag);
return 0;
- case KEY_HANGUEL:
+ case KEY_HANGEUL:
if (!up_flag) put_queue(vc, 0xf1);
return 0;
case KEY_HANJA: