summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>2002-04-17 22:41:58 +0000
committertegge <tegge@FreeBSD.org>2002-04-17 22:41:58 +0000
commit59deaddc60b57f75e76e10c91626365cf608d722 (patch)
treebd7027c96df593b8dc6ec61ac3e5da9eb13f3120 /sys/i386/include/mptable.h
parentcf07e5a9da59b1e8badc7789b578c180a52e9a97 (diff)
downloadFreeBSD-src-59deaddc60b57f75e76e10c91626365cf608d722.zip
FreeBSD-src-59deaddc60b57f75e76e10c91626365cf608d722.tar.gz
Fix typo in adjusted panic message.
Submitted by: cokane
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 05917ee..cedf0d6 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -1025,7 +1025,7 @@ revoke_apic_irq(int irq)
int oldintpin;
if (int_to_apicintpin[irq].ioapic == -1)
- panic("revoke_apiq_irq: inconsistent table");
+ panic("revoke_apic_irq: inconsistent table");
oldapic = int_to_apicintpin[irq].ioapic;
oldintpin = int_to_apicintpin[irq].int_pin;
OpenPOWER on IntegriCloud