From 38e147e10633014089e45d993756f2fbfd3f2b2f Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 15 Dec 2000 23:09:05 +0000 Subject: [PATCH] Fix ypo in essage about isabling EISA nterrupt ector (tip 'o the tired cap to Bernd Walter ) --- sys/alpha/mcbus/mcpcia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index f7dce8a781b..7333bc24993 100644 --- a/sys/alpha/mcbus/mcpcia.c +++ b/sys/alpha/mcbus/mcpcia.c @@ -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; }