diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:49 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:09:13 +0100 |
commit | 2fbf8a78d7244fcf60eaeb218070959715f61f53 (patch) | |
tree | 20bce5362bc3b78eff229a5c67c2a7f43b74d9f4 /i386/i386at/kd.c | |
parent | b8fdffc2877992e5c5121bb7e011561581691d14 (diff) |
i386: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'i386/i386at/kd.c')
-rw-r--r-- | i386/i386at/kd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c index 7339767..bbb0023 100644 --- a/i386/i386at/kd.c +++ b/i386/i386at/kd.c @@ -204,7 +204,7 @@ u_char *esc_spt = (u_char *)0; - Delete returns `ESC [ 9' instead of 0x7f. - Alt + function keys return key sequences that are different from the key sequences returned by the function keys alone. - This is done with the idea of alowing a terminal server to + This is done with the idea of allowing a terminal server to implement multiple virtual consoles mapped on Alt+F1, Alt+F2, etc, as in Linux. @@ -1880,7 +1880,7 @@ kd_cr(void) * of the screen. * * input : None - * output : Screen is cleared from current cursor postion to bottom + * output : Screen is cleared from current cursor position to bottom * */ void @@ -1903,7 +1903,7 @@ kd_cltobcur(void) * of the screen. * * input : None - * output : Screen is cleared from current cursor postion to top + * output : Screen is cleared from current cursor position to top * */ void |