Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Apr 2026 07:11:22 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 04be4d04bbcb - main - bhnd(4): Fix a typo in a source code comment
Message-ID:  <69d0b99a.236d2.23e0b22@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gbe:

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

commit 04be4d04bbcbd061455b4424488b06927487a948
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:03:51 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-04 07:11:10 +0000

    bhnd(4): Fix a typo in a source code comment
    
    - s/impementations/implementations/
    
    MFC after:      3 days
---
 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 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d0b99a.236d2.23e0b22>