mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
xen(4): Fix a common typo in a source code comments
- s/existance/existence/ MFC after: 3 days
This commit is contained in:
parent
ecc467ebad
commit
bc9432d0e7
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue