aboutsummaryrefslogtreecommitdiff
path: root/sys/xen
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-02-06 12:44:49 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-02-06 12:44:49 +0000
commitbc9432d0e701ad1fc982d7766be282df3cbe5417 (patch)
treedd20022c910be697c563bddf54f27afb919a938b /sys/xen
parentecc467ebad065299804ca556e86c0c5ebf060700 (diff)
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xenbus/xenbusb.c2
-rw-r--r--sys/xen/xenbus/xenbusb_back.c2
-rw-r--r--sys/xen/xenbus/xenbusb_front.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/xen/xenbus/xenbusb.c b/sys/xen/xenbus/xenbusb.c
index 09b59a64ab4e..e026f8203ea1 100644
--- a/sys/xen/xenbus/xenbusb.c
+++ b/sys/xen/xenbus/xenbusb.c
@@ -428,7 +428,7 @@ xenbusb_release_confighook(struct xenbusb_softc *xbs)
}
/**
- * \brief Verify the existance of attached device instances and perform
+ * \brief Verify the existence of attached device instances and perform
* probe/attach processing for newly arrived devices.
*
* \param dev The NewBus device representing this XenBus bus.
diff --git a/sys/xen/xenbus/xenbusb_back.c b/sys/xen/xenbus/xenbusb_back.c
index e81d326e7a26..ae0c83237154 100644
--- a/sys/xen/xenbus/xenbusb_back.c
+++ b/sys/xen/xenbus/xenbusb_back.c
@@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$");
/*------------------ Private Device Attachment Functions --------------------*/
/**
- * \brief Probe for the existance of the XenBus back bus.
+ * \brief Probe for the existence of the XenBus back bus.
*
* \param dev NewBus device_t for this XenBus back bus instance.
*
diff --git a/sys/xen/xenbus/xenbusb_front.c b/sys/xen/xenbus/xenbusb_front.c
index 961539b07c30..7cb5bc33d1e7 100644
--- a/sys/xen/xenbus/xenbusb_front.c
+++ b/sys/xen/xenbus/xenbusb_front.c
@@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$");
/*------------------ Private Device Attachment Functions --------------------*/
/**
- * \brief Probe for the existance of the XenBus front bus.
+ * \brief Probe for the existence of the XenBus front bus.
*
* \param dev NewBus device_t for this XenBus front bus instance.
*