Date: Wed, 04 Mar 2026 15:50:27 +0000 From: Aymeric Wibo <obiwac@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bc3914737bce - main - bus_if: Fix typo Message-ID: <69a854c3.3651d.1dc49d09@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=bc3914737bce07a912a8024ba19983d7c388736c commit bc3914737bce07a912a8024ba19983d7c388736c Author: Aymeric Wibo <obiwac@FreeBSD.org> AuthorDate: 2026-03-04 15:39:27 +0000 Commit: Aymeric Wibo <obiwac@FreeBSD.org> CommitDate: 2026-03-04 15:48:11 +0000 bus_if: Fix typo Reviewed by: olce Approved by: olce Fixes: 4c4392e791b7 ("Add doxygen doc comments for most of newbus and the BUS interface.") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48721 --- sys/kern/bus_if.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/bus_if.m b/sys/kern/bus_if.m index b9c916accd67..944064a77c54 100644 --- a/sys/kern/bus_if.m +++ b/sys/kern/bus_if.m @@ -31,7 +31,7 @@ /** * @defgroup BUS bus - KObj methods for drivers of devices with children - * @brief A set of methods required device drivers that support + * @brief A set of methods required for device drivers that support * child devices. * @{ */home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a854c3.3651d.1dc49d09>
