Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2023 08:51:33 GMT
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: 85b3169b78f7 - main - hifn(4): Fix a typo in a source code comment
Message-ID:  <202306170851.35H8pXS6068641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

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

commit 85b3169b78f763aa7102621c349485cd5509efd3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-06-17 08:51:23 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-06-17 08:51:23 +0000

    hifn(4): Fix a typo in a source code comment
    
    - s/regesters/registers/
    
    MFC after: 3 days
---
 sys/dev/hifn/hifn7751.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c
index 0b1d79dc4e1e..3b4d09638478 100644
--- a/sys/dev/hifn/hifn7751.c
+++ b/sys/dev/hifn/hifn7751.c
@@ -880,7 +880,7 @@ hifn_set_retry(struct hifn_softc *sc)
 }
 
 /*
- * Resets the board.  Values in the regesters are left as is
+ * Resets the board.  Values in the registers are left as is
  * from the reset (i.e. initial values are assigned elsewhere).
  */
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306170851.35H8pXS6068641>