Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Typo in comment
details: https://anonhg.NetBSD.org/src/rev/28fa3a9716b8
branches: trunk
changeset: 1027563:28fa3a9716b8
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 11 17:05:50 2021 +0000
description:
Typo in comment
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 69f583717b26 -r 28fa3a9716b8 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Sat Dec 11 11:13:30 2021 +0000
+++ b/sys/dev/pci/if_wm.c Sat Dec 11 17:05:50 2021 +0000
@@ -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 @@
* 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) {
Home |
Main Index |
Thread Index |
Old Index