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];