mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo: conole -> console
PR: 33965 Submitted by: Nicola Vitale <nivit@libero.it>
This commit is contained in:
parent
eb8f9028fb
commit
2bb113d084
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue