mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix ypo in essage about isabling EISA nterrupt ector
(tip 'o the tired cap to Bernd Walter <ticso@cicely5.cicely.de>)
This commit is contained in:
parent
6c8388dd14
commit
38e147e106
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ mcpcia_disable_intr_vec(int vector)
|
|||
struct mcpcia_softc *sc = mcpcia_root;
|
||||
|
||||
if (vector < MCPCIA_VEC_PCI) {
|
||||
printf("EISA isable (0x%x)\n", vector);
|
||||
printf("EISA disable (0x%x)\n", vector);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue