jme(4): Fix a typo in a source code comment

- s/verion/version/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:54:43 +02:00
parent cba46da538
commit 13bf578c25

View File

@ -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)