svn commit: r255293 - head/usr.sbin/bhyve

Peter Grehan grehan at FreeBSD.org
Fri Sep 6 05:58:11 UTC 2013


Author: grehan
Date: Fri Sep  6 05:58:10 2013
New Revision: 255293
URL: http://svnweb.freebsd.org/changeset/base/255293

Log:
  Fix spelling.

Modified:
  head/usr.sbin/bhyve/ioapic.c

Modified: head/usr.sbin/bhyve/ioapic.c
==============================================================================
--- head/usr.sbin/bhyve/ioapic.c	Fri Sep  6 05:55:43 2013	(r255292)
+++ head/usr.sbin/bhyve/ioapic.c	Fri Sep  6 05:58:10 2013	(r255293)
@@ -102,7 +102,7 @@ ioapic_set_pinstate(struct vmctx *ctx, i
 	 * 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];


More information about the svn-src-head mailing list