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:
Matt Jacob 2000-12-15 23:09:05 +00:00
parent 6c8388dd14
commit 38e147e106
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70072

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