summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-03-16 10:08:02 +0000
committerandvar <andvar@NetBSD.org>2022-03-16 10:08:02 +0000
commit32ae2f87dadf91216c26eb5bf21cb88d8b6e7634 (patch)
treedb868b5e6564877c05be4826be8b29136cdbb339 /sys/dev
parent1a030f311dd35225aeadf02b7d32a2a9fe6ad01a (diff)
s/watchog/watchdog in comment and log message, one wording fix in comment.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_jme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c
index 807fa1c31ce..20a4ed12b06 100644
--- a/sys/dev/pci/if_jme.c
+++ b/sys/dev/pci/if_jme.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_jme.c,v 1.50 2021/05/08 00:27:02 thorpej Exp $ */
+/* $NetBSD: if_jme.c,v 1.51 2022/03/16 10:08:02 andvar Exp $ */
/*
* Copyright (c) 2008 Manuel Bouyer. All rights reserved.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.50 2021/05/08 00:27:02 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.51 2022/03/16 10:08:02 andvar Exp $");
#include <sys/param.h>
@@ -1614,7 +1614,7 @@ jme_txeof(struct jme_softc *sc)
sc->jme_if.if_flags &= ~IFF_OACTIVE;
}
sc->jme_tx_cons = cons;
- /* Unarm watchog timer when there is no pending descriptors in queue. */
+ /* Unarm watchdog timer when there are no pending descriptors in queue. */
if (sc->jme_tx_cnt == 0)
ifp->if_timer = 0;
#ifdef JMEDEBUG_TX