xen(4): Fix a common typo in a source code comments

- s/existance/existence/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-02-06 13:44:49 +01:00
parent ecc467ebad
commit bc9432d0e7
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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.
*

View file

@ -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.
*