summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/atkbdc/atkbd.c2
-rw-r--r--sys/dev/kbd/atkbd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c
index dcc6ae8..e4414c59 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 dcc6ae8..e4414c59 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.)
OpenPOWER on IntegriCloud