From fa48032049551ea4cf6031e707da02f16ee41820 Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Fri, 6 Sep 2013 05:58:10 +0000 Subject: [PATCH] Fix spelling. --- usr.sbin/bhyve/ioapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bhyve/ioapic.c b/usr.sbin/bhyve/ioapic.c index 114b4462ae5..aeb008ea2c2 100644 --- a/usr.sbin/bhyve/ioapic.c +++ b/usr.sbin/bhyve/ioapic.c @@ -102,7 +102,7 @@ ioapic_set_pinstate(struct vmctx *ctx, int pin, bool newstate) * We only deal with: * - edge triggered interrupts * - fixed delivery mode - * Level-triggered sources will work so long as their is + * Level-triggered sources will work so long as there is * no sharing. */ low = ioapic->redtbl[pin];