git: f72781aace71 - stable/13 - jme(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:33 UTC
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)