From 503c1127353674c6de687e6a082fc7928e681e45 Mon Sep 17 00:00:00 2001 From: asmodai Date: Mon, 8 Apr 2002 19:19:10 +0000 Subject: Fix typo: conole -> console PR: 33965 Submitted by: Nicola Vitale --- sys/dev/atkbdc/atkbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/atkbdc/atkbd.c') 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 -- cgit v1.1