From owner-svn-src-head@FreeBSD.ORG Fri Sep 6 05:58:11 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3FF86B65; Fri, 6 Sep 2013 05:58:11 +0000 (UTC) (envelope-from grehan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D3E72801; Fri, 6 Sep 2013 05:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r865wBHN025346; Fri, 6 Sep 2013 05:58:11 GMT (envelope-from grehan@svn.freebsd.org) Received: (from grehan@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r865wBpc025345; Fri, 6 Sep 2013 05:58:11 GMT (envelope-from grehan@svn.freebsd.org) Message-Id: <201309060558.r865wBpc025345@svn.freebsd.org> From: Peter Grehan Date: Fri, 6 Sep 2013 05:58:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255293 - head/usr.sbin/bhyve X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 05:58:11 -0000 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];