The branch main has been updated by obiwac:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bc3914737bce07a912a8024ba19983d7c388736c

commit bc3914737bce07a912a8024ba19983d7c388736c
Author:     Aymeric Wibo <[email protected]>
AuthorDate: 2026-03-04 15:39:27 +0000
Commit:     Aymeric Wibo <[email protected]>
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.
  * @{
  */

Reply via email to