Date: Wed, 9 Feb 2022 06:28:39 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6b450074a8fe - stable/12 - xen(4): Fix a common typo in a source code comments Message-ID: <202202090628.2196SdX2038320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6b450074a8febf6d43e2e8934e1ab1993c6412ab commit 6b450074a8febf6d43e2e8934e1ab1993c6412ab Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-02-06 12:44:49 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-02-09 06:28:25 +0000 xen(4): Fix a common typo in a source code comments - s/existance/existence/ (cherry picked from commit bc9432d0e701ad1fc982d7766be282df3cbe5417) --- sys/xen/xenbus/xenbusb.c | 2 +- sys/xen/xenbus/xenbusb_back.c | 2 +- sys/xen/xenbus/xenbusb_front.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/xen/xenbus/xenbusb.c b/sys/xen/xenbus/xenbusb.c index a7b99d46f419..4fd1dee186ca 100644 --- a/sys/xen/xenbus/xenbusb.c +++ b/sys/xen/xenbus/xenbusb.c @@ -429,7 +429,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 351140a165d6..f31e9f589396 100644 --- a/sys/xen/xenbus/xenbusb_back.c +++ b/sys/xen/xenbus/xenbusb_back.c @@ -61,7 +61,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 145d52718868..1dbdb3f01827 100644 --- a/sys/xen/xenbus/xenbusb_front.c +++ b/sys/xen/xenbus/xenbusb_front.c @@ -61,7 +61,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. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202090628.2196SdX2038320>