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/f0fd3af74dc4
branches:  trunk
changeset: 1008993:f0fd3af74dc4
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Wed Apr 08 03:37:14 2020 +0000

description:
Fix typo in comment

diffstat:

 sys/net/route.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3ac5e95f1695 -r f0fd3af74dc4 sys/net/route.c
--- a/sys/net/route.c   Wed Apr 08 03:01:58 2020 +0000
+++ b/sys/net/route.c   Wed Apr 08 03:37:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.c,v 1.228 2020/04/01 02:38:17 knakahara Exp $    */
+/*     $NetBSD: route.c,v 1.229 2020/04/08 03:37:14 knakahara Exp $    */
 
 /*-
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.228 2020/04/01 02:38:17 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: route.c,v 1.229 2020/04/08 03:37:14 knakahara Exp $");
 
 #include <sys/param.h>
 #ifdef RTFLUSH_DEBUG
@@ -179,7 +179,7 @@
  *     - Make rtcache per-CPU and allow only accesses from softint
  *       (e.g., ipforward_rt_percpu)
  * - References to a rtentry is managed by reference counting and psref
- *   - Reference couting is used for temporal reference when a rtentry
+ *   - Reference counting is used for temporal reference when a rtentry
  *     is fetched from the routing table
  *   - psref is used for temporal reference when a rtentry is fetched
  *     from a rtcache



Home | Main Index | Thread Index | Old Index