aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Wibo <obiwac@FreeBSD.org>2026-03-04 15:39:27 +0000
committerAymeric Wibo <obiwac@FreeBSD.org>2026-03-04 15:48:11 +0000
commitbc3914737bce07a912a8024ba19983d7c388736c (patch)
tree2a7a9fd375b2c73c717e8bd57a3e054a99a20d4a
parent2c60fce365f4398ff02a86b46e2862905f88fa97 (diff)
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
-rw-r--r--sys/kern/bus_if.m2
1 files changed, 1 insertions, 1 deletions
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.
* @{
*/