diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 14:03:55 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2003-02-05 14:03:55 +0000 |
| commit | c0f44a59279726719b6adc8aeeede95ae25af4e4 (patch) | |
| tree | 4818a07de1f1e952762b6180db625ecdb324c8ca | |
| parent | 60dca836a79d55a9d39ee0b91bed775747d9c028 (diff) | |
Notes
| -rw-r--r-- | sys/dev/atkbdc/atkbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/kbd/atkbd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index dcc6ae85aaa8..e4414c59fd7f 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -1225,7 +1225,7 @@ init_keyboard(KBDC kbdc, int *type, int flags) * the self-test, or the keyboard controller on the * motherboard and the keyboard somehow fail to shake hands. * It is just possible, particularly in the last case, - * that the keyoard controller may be left in a hung state. + * that the keyboard controller may be left in a hung state. * test_controller() and test_kbd_port() appear to bring * the keyboard controller back (I don't know why and how, * though.) diff --git a/sys/dev/kbd/atkbd.c b/sys/dev/kbd/atkbd.c index dcc6ae85aaa8..e4414c59fd7f 100644 --- a/sys/dev/kbd/atkbd.c +++ b/sys/dev/kbd/atkbd.c @@ -1225,7 +1225,7 @@ init_keyboard(KBDC kbdc, int *type, int flags) * the self-test, or the keyboard controller on the * motherboard and the keyboard somehow fail to shake hands. * It is just possible, particularly in the last case, - * that the keyoard controller may be left in a hung state. + * that the keyboard controller may be left in a hung state. * test_controller() and test_kbd_port() appear to bring * the keyboard controller back (I don't know why and how, * though.) |
