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 | |
parent | b8fdffc2877992e5c5121bb7e011561581691d14 (diff) |
i386: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/com.c | 2 | ||||
-rw-r--r-- | i386/i386at/kd.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index c36cb6a..84891bd 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -145,7 +145,7 @@ comprobe_general(struct bus_device *dev, int noisy) type = "82450 or 16450"; outb(FIFO_CTL(addr), iFIFOENA | iFIFO14CH); /* Enable fifo */ if ((inb(FIFO_CTL(addr)) & iFIFO14CH) != 0) - { /* Was it successfull */ + { /* Was it successful */ /* if both bits are not set then broken xx550 */ if ((inb(FIFO_CTL(addr)) & iFIFO14CH) == iFIFO14CH) { 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 |