Date: Sat, 9 Apr 2022 06:34:02 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: 8e1d9a4b9596 - stable/12 - jme(4): Fix a typo in a source code comment Message-ID: <202204090634.2396Y2UK062747@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:54:43 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090634.2396Y2UK062747>