Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/387057c1cc38
branches: trunk
changeset: 1027666:387057c1cc38
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Dec 15 07:47:22 2021 +0000
description:
Fix typo in comment.
diffstat:
sys/net/pktqueue.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 7b88e31d05fe -r 387057c1cc38 sys/net/pktqueue.c
--- a/sys/net/pktqueue.c Wed Dec 15 00:44:05 2021 +0000
+++ b/sys/net/pktqueue.c Wed Dec 15 07:47:22 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pktqueue.c,v 1.14 2021/10/11 05:13:11 knakahara Exp $ */
+/* $NetBSD: pktqueue.c,v 1.15 2021/12/15 07:47:22 knakahara Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pktqueue.c,v 1.14 2021/10/11 05:13:11 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pktqueue.c,v 1.15 2021/12/15 07:47:22 knakahara Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -276,8 +276,8 @@
}
/*
- * topelitz without curcpu.
- * Generally, this has better performance than topelitz.
+ * toeplitz without curcpu.
+ * Generally, this has better performance than toeplitz.
*/
static uint32_t
pktq_rps_hash_toeplitz_othercpus(const struct mbuf *m)
Home |
Main Index |
Thread Index |
Old Index