summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-12-15 23:09:05 +0000
committermjacob <mjacob@FreeBSD.org>2000-12-15 23:09:05 +0000
commitea1bd4d5564b47e0114a1d3c8447ca78aa7121a1 (patch)
tree1b65db1f8483fb2a1adb06dff4c15aca53a589e6 /sys
parent8a85dfc7bd6efdd40a3d7ce95122cc4f34f2a2d1 (diff)
downloadFreeBSD-src-ea1bd4d5564b47e0114a1d3c8447ca78aa7121a1.zip
FreeBSD-src-ea1bd4d5564b47e0114a1d3c8447ca78aa7121a1.tar.gz
Fix ypo in essage about isabling EISA nterrupt ector
(tip 'o the tired cap to Bernd Walter <ticso@cicely5.cicely.de>)
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/mcbus/mcpcia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c
index f7dce8a..7333bc2 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;
}
OpenPOWER on IntegriCloud