summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r--usr.sbin/bhyve/ioapic.c2
1 files changed, 1 insertions, 1 deletions
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];
OpenPOWER on IntegriCloud