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 0e8be30..d229d0d 100644
--- a/sys/dev/atkbdc/atkbd.c
+++ b/sys/dev/atkbdc/atkbd.c
@@ -264,7 +264,7 @@ static fkeytab_t default_fkeytab[NUM_FKEYS];
* to tickle keyboard drivers when the low-level console is being initialized.
* Almost nothing in the kernel has been initialied yet. Try to probe
* keyboards if possible.
- * NOTE: because of the way the low-level conole is initialized, this routine
+ * NOTE: because of the way the low-level console is initialized, this routine
* may be called more than once!!
*/
static int
diff --git a/sys/dev/kbd/atkbd.c b/sys/dev/kbd/atkbd.c
index 0e8be30..d229d0d 100644
--- a/sys/dev/kbd/atkbd.c
+++ b/sys/dev/kbd/atkbd.c
@@ -264,7 +264,7 @@ static fkeytab_t default_fkeytab[NUM_FKEYS];
* to tickle keyboard drivers when the low-level console is being initialized.
* Almost nothing in the kernel has been initialied yet. Try to probe
* keyboards if possible.
- * NOTE: because of the way the low-level conole is initialized, this routine
+ * NOTE: because of the way the low-level console is initialized, this routine
* may be called more than once!!
*/
static int
OpenPOWER on IntegriCloud