From 2bb113d084862001879030d88defcb0c6b8340f7 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Mon, 8 Apr 2002 19:19:10 +0000 Subject: [PATCH] Fix typo: conole -> console PR: 33965 Submitted by: Nicola Vitale --- sys/dev/atkbdc/atkbd.c | 2 +- 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 0e8be30c95f..d229d0dcf01 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 0e8be30c95f..d229d0dcf01 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