Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:14:33 GMT
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: f72781aace71 - stable/13 - jme(4): Fix a typo in a source code comment
Message-ID:  <202204090614.2396EXQV033787@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit f72781aace7128c596db947884ea178248b74d65
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:54:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:06:11 +0000

    jme(4): Fix a typo in a source code comment
    
    - s/verion/version/
    
    (cherry picked from commit 13bf578c251e74e1114a73c28d8d5d60d1efdd39)
---
 sys/dev/jme/if_jme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c
index fc0297e70d26..ccb9944b36e5 100644
--- a/sys/dev/jme/if_jme.c
+++ b/sys/dev/jme/if_jme.c
@@ -2848,7 +2848,7 @@ jme_init_locked(struct jme_softc *sc)
 	 * frames larger than 4000 bytes.
 	 * For best performance of standard MTU sized frames use
 	 * maximum allowable FIFO threshold, 128QW. Note these do
-	 * not hold on chip full mask verion >=2. For these
+	 * not hold on chip full mask version >=2. For these
 	 * controllers 64QW and 128QW are not valid value.
 	 */
 	if (CHIPMODE_REVFM(sc->jme_chip_rev) >= 2)



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