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:
mjacob 2000-12-15 23:09:05 +00:00
parent 8a85dfc7bd
commit ea1bd4d556

View File

@ -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;
}