Date: Sun, 25 Jan 2026 17:51:27 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 60e75e9e31a2 - stable/15 - netpfil/ipfw: Fix a typo in a source code comment Message-ID: <6976581f.3e8fe.727c4d26@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=60e75e9e31a291f6d367499ddce104133d450853 commit 60e75e9e31a291f6d367499ddce104133d450853 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2026-01-17 18:39:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-01-25 17:51:12 +0000 netpfil/ipfw: Fix a typo in a source code comment - s/vaues/values/ (cherry picked from commit 9be9ab2a242080dea6254e187cf211604170de07) --- sys/netpfil/ipfw/ip_fw_table_value.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfw/ip_fw_table_value.c b/sys/netpfil/ipfw/ip_fw_table_value.c index e09323cd02c3..4f87b631e52e 100644 --- a/sys/netpfil/ipfw/ip_fw_table_value.c +++ b/sys/netpfil/ipfw/ip_fw_table_value.c @@ -147,7 +147,7 @@ get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, } /* - * Update pointers to real vaues after @pval change. + * Update pointers to real values after @pval change. */ static int update_tvalue(struct namedobj_instance *ni, struct named_object *no, void *arg)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6976581f.3e8fe.727c4d26>
