From 32d186cf8328b76c8cce47d562b097a7e0a7f80a Mon Sep 17 00:00:00 2001 From: grehan Date: Fri, 6 Sep 2013 05:58:10 +0000 Subject: Fix spelling. --- usr.sbin/bhyve/ioapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bhyve') diff --git a/usr.sbin/bhyve/ioapic.c b/usr.sbin/bhyve/ioapic.c index 114b446..aeb008e 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]; -- cgit v1.1