Module Name: src
Committed By: riastradh
Date: Sun Jan 22 18:45:43 UTC 2023
Modified Files:
src/sys/net/npf: npf_tableset.c
Log Message:
npf(9): Another comment tweak to match upstream.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/net/npf/npf_tableset.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/npf/npf_tableset.c
diff -u src/sys/net/npf/npf_tableset.c:1.39 src/sys/net/npf/npf_tableset.c:1.40
--- src/sys/net/npf/npf_tableset.c:1.39 Sun Jan 22 18:39:22 2023
+++ src/sys/net/npf/npf_tableset.c Sun Jan 22 18:45:43 2023
@@ -46,7 +46,7 @@
#ifdef _KERNEL
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_tableset.c,v 1.39 2023/01/22 18:39:22 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_tableset.c,v 1.40 2023/01/22 18:45:43 riastradh Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -101,7 +101,7 @@ struct npf_table {
/*
* Table ID, type and lock. The ID may change during the
- * config reload, it is protected by the npf->config_lock.
+ * config reload, it is protected by the npf_t::config_lock.
*/
int t_type;
unsigned t_id;