The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=711b0e19aa5b054bcf62177ef918df16580106fa
commit 711b0e19aa5b054bcf62177ef918df16580106fa Author: Gordon Bergling <[email protected]> AuthorDate: 2026-01-17 18:39:55 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-01-25 17:52:14 +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 431707ae5d74..5a2377ba38a4 100644 --- a/sys/netpfil/ipfw/ip_fw_table_value.c +++ b/sys/netpfil/ipfw/ip_fw_table_value.c @@ -144,7 +144,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)
