Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 08:22:53 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: be83eecf5a81 - main - jme(4): Fix a typo in a source code comment
Message-ID:  <202204020822.2328MrgE072507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204020822.2328MrgE072507>