The branch stable/12 has been updated by gbe (doc committer):

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

commit 8e1d9a4b95960a4f5aea70a4ee1b34b39189cb0c
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-02 08:54:43 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 06:31:38 +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 89b9f63cd385..eebfa7a72f12 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)

Reply via email to