From 976285b5e8d75872f780b4db72ccdbdf45935631 Mon Sep 17 00:00:00 2001 From: riastradh Date: Sun, 22 Jan 2023 18:45:43 +0000 Subject: [PATCH] npf(9): Another comment tweak to match upstream. No functional change. --- sys/net/npf/npf_tableset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/npf/npf_tableset.c b/sys/net/npf/npf_tableset.c index 5c72285badcc..aa45dace33be 100644 --- a/sys/net/npf/npf_tableset.c +++ b/sys/net/npf/npf_tableset.c @@ -46,7 +46,7 @@ #ifdef _KERNEL #include -__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 #include @@ -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;