diff options
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 |