Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 05:58:11 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255293 - head/usr.sbin/bhyve
Message-ID:  <201309060558.r865wBpc025345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309060558.r865wBpc025345>