git: be83eecf5a81 - 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:22:53 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=be83eecf5a81612675a679111b14486b31c9df05
commit be83eecf5a81612675a679111b14486b31c9df05
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:22:28 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 08:22:28 +0000
jme(4): Fix a typo in a source code comment
- s/watchog/watchdog
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 fc0297e70d26..a9b65c76ba1d 100644
--- a/sys/dev/jme/if_jme.c
+++ b/sys/dev/jme/if_jme.c
@@ -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;