Fix typo in comment
This commit is contained in:
parent
114be2d1a2
commit
9672f51c5f
@ -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 @@ static void rt_timer_timer(void *);
|
||||
* - 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
|
||||
|
Loading…
Reference in New Issue
Block a user