Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2010 20:57:40 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216448 - head/sys/xen/xenstore
Message-ID:  <201012142057.oBEKveo5030449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gibbs
Date: Tue Dec 14 20:57:40 2010
New Revision: 216448
URL: http://svn.freebsd.org/changeset/base/216448

Log:
  Fix a typo in a comment.
  
  Noticed by:	Attila Nagy <bra@fsn.hu>

Modified:
  head/sys/xen/xenstore/xenstore.c

Modified: head/sys/xen/xenstore/xenstore.c
==============================================================================
--- head/sys/xen/xenstore/xenstore.c	Tue Dec 14 20:35:08 2010	(r216447)
+++ head/sys/xen/xenstore/xenstore.c	Tue Dec 14 20:57:40 2010	(r216448)
@@ -1099,7 +1099,7 @@ xs_probe(device_t dev)
 	 * We are either operating within a PV kernel or being probed
 	 * as the child of the successfully attached xenpci device.
 	 * Thus we are in a Xen environment and there will be a XenStore.
-	 * Uncontitionally return success.
+	 * Unconditionally return success.
 	 */
 	device_set_desc(dev, "XenStore");
 	return (0);



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