summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2010-12-14 20:57:40 +0000
committergibbs <gibbs@FreeBSD.org>2010-12-14 20:57:40 +0000
commitf4ae3051e1dfb0ba272a5314f51d7a3bd19993cb (patch)
tree0a6a1c16aa32428a34bc8722eb2a2b9aa6cbcb04
parent18ea61230f94e03736d9eb3bf3282631c755ff96 (diff)
downloadFreeBSD-src-f4ae3051e1dfb0ba272a5314f51d7a3bd19993cb.zip
FreeBSD-src-f4ae3051e1dfb0ba272a5314f51d7a3bd19993cb.tar.gz
Fix a typo in a comment.
Noticed by: Attila Nagy <bra@fsn.hu>
-rw-r--r--sys/xen/xenstore/xenstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/xenstore/xenstore.c b/sys/xen/xenstore/xenstore.c
index c92802a..ee1bb22 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);
OpenPOWER on IntegriCloud