Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci fix typo. pointed out by msaitoh@n.o.
details: https://anonhg.NetBSD.org/src/rev/c4f19320e185
branches: trunk
changeset: 350090:c4f19320e185
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Jan 04 04:43:08 2017 +0000
description:
fix typo. pointed out by msaitoh@n.o.
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e488291c08ec -r c4f19320e185 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Wed Jan 04 03:51:29 2017 +0000
+++ b/sys/dev/pci/if_wm.c Wed Jan 04 04:43:08 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.460 2016/12/28 07:32:16 ozaki-r Exp $ */
+/* $NetBSD: if_wm.c,v 1.461 2017/01/04 04:43:08 knakahara Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.460 2016/12/28 07:32:16 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.461 2017/01/04 04:43:08 knakahara Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -6317,7 +6317,7 @@
/*
* Currently, simple distribute strategy.
* TODO:
- * destribute by flowid(RSS has value).
+ * distribute by flowid(RSS has value).
*/
return (cpuid + sc->sc_affinity_offset) % sc->sc_nqueues;
}
Home |
Main Index |
Thread Index |
Old Index