netpfil/ipfw: Fix a typo in a source code comment

- s/vaues/values/

(cherry picked from commit 9be9ab2a242080dea6254e187cf211604170de07)
This commit is contained in:
Gordon Bergling 2026-01-17 19:39:55 +01:00 committed by Franco Fichtner
parent b535c315b7
commit 1bab7230df

View file

@ -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)