git: 13bf578c251e - main - jme(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:55:06 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=13bf578c251e74e1114a73c28d8d5d60d1efdd39 commit 13bf578c251e74e1114a73c28d8d5d60d1efdd39 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:54:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 08:54:43 +0000 jme(4): Fix a typo in a source code comment - s/verion/version/ MFC after: 3 days --- 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 a9b65c76ba1d..754f9aff61c2 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)