aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-04-04 07:03:51 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-04-04 07:11:10 +0000
commit04be4d04bbcbd061455b4424488b06927487a948 (patch)
treeefc8362b2d9a1e0d9dd1bfad81279b8f59d279a0
parent9eea5eccf40d408ad22ac06d9962b3a98a0f0628 (diff)
bhnd(4): Fix a typo in a source code comment
- s/impementations/implementations/ MFC after: 3 days
-rw-r--r--sys/dev/bhnd/bhnd_bus_if.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bhnd/bhnd_bus_if.m b/sys/dev/bhnd/bhnd_bus_if.m
index 6ae56ceeb196..7060f944c99b 100644
--- a/sys/dev/bhnd/bhnd_bus_if.m
+++ b/sys/dev/bhnd/bhnd_bus_if.m
@@ -533,7 +533,7 @@ METHOD int read_board_info {
/**
* Notify a bhnd bus that a child was added.
*
- * This method must be called by concrete bhnd(4) driver impementations
+ * This method must be called by concrete bhnd(4) driver implementations
* after @p child's bus state is fully initialized.
*
* @param dev The bhnd bus whose child is being added.