From 97ea4cb11c5e4946d5eac30f3572e8651cdcaea3 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 14 Dec 2010 20:57:40 +0000 Subject: [PATCH] Fix a typo in a comment. Noticed by: Attila Nagy --- sys/xen/xenstore/xenstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/xen/xenstore/xenstore.c b/sys/xen/xenstore/xenstore.c index c92802a868c..ee1bb228246 100644 --- a/sys/xen/xenstore/xenstore.c +++ b/sys/xen/xenstore/xenstore.c @@ -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);