summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-06 05:58:10 +0000
committergrehan <grehan@FreeBSD.org>2013-09-06 05:58:10 +0000
commit32d186cf8328b76c8cce47d562b097a7e0a7f80a (patch)
treea17afc098013d58511613e38346285f30e64f0a3 /usr.sbin/bhyve
parentb669765ba2f25c8728a64074b58066017eff9e5f (diff)
downloadFreeBSD-src-32d186cf8328b76c8cce47d562b097a7e0a7f80a.zip
FreeBSD-src-32d186cf8328b76c8cce47d562b097a7e0a7f80a.tar.gz
Fix spelling.
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