Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2026 17:32:38 +0000
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: cbddd425af7d - stable/14 - bhnd(4): Fix a typo in a source code comment
Message-ID:  <69de7a36.329f6.77cd14d6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by gbe:

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

commit cbddd425af7da1559275599fb564c98fb80e3450
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:03:51 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-14 17:32:31 +0000

    bhnd(4): Fix a typo in a source code comment
    
    - s/impementations/implementations/
    
    (cherry picked from commit 04be4d04bbcbd061455b4424488b06927487a948)
---
 sys/dev/bhnd/bhnd_bus_if.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/bhnd/bhnd_bus_if.m b/sys/dev/bhnd/bhnd_bus_if.m
index adb2af9c4d85..6b917003b547 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de7a36.329f6.77cd14d6>