1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix a typo in a comment.

Noticed by:	Attila Nagy <bra@fsn.hu>
This commit is contained in:
Justin T. Gibbs 2010-12-14 20:57:40 +00:00
parent de46de4dd1
commit 97ea4cb11c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216448

View File

@ -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);