Module Name: src
Committed By: skrll
Date: Sat Dec 11 17:05:50 UTC 2021
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.721 -r1.722 src/sys/dev/pci/if_wm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.721 src/sys/dev/pci/if_wm.c:1.722
--- src/sys/dev/pci/if_wm.c:1.721 Fri Dec 10 05:55:06 2021
+++ src/sys/dev/pci/if_wm.c Sat Dec 11 17:05:50 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.721 2021/12/10 05:55:06 skrll Exp $ */
+/* $NetBSD: if_wm.c,v 1.722 2021/12/11 17:05:50 skrll Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.721 2021/12/10 05:55:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.722 2021/12/11 17:05:50 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -6209,7 +6209,7 @@ wm_init_locked(struct ifnet *ifp)
* 82574's EITR should be set same throttling value as ITR.
*
* For N interrupts/sec, set this value to:
- * 1,000,000 / N in contrast to ITR throttoling value.
+ * 1,000,000 / N in contrast to ITR throttling value.
*/
sc->sc_itr_init = 450;
} else if (sc->sc_type >= WM_T_82543) {