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

- s/watchog/watchdog

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:22:28 +02:00
parent 1cba6077be
commit be83eecf5a

View File

@ -2486,7 +2486,7 @@ jme_txeof(struct jme_softc *sc)
ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
}
sc->jme_cdata.jme_tx_cons = cons;
/* Unarm watchog timer when there is no pending descriptors in queue. */
/* Unarm watchdog timer when there is no pending descriptors in queue. */
if (sc->jme_cdata.jme_tx_cnt == 0)
sc->jme_watchdog_timer = 0;