mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
netpfil/ipfw: Fix a typo in a source code comment
- s/vaues/values/ (cherry picked from commit 9be9ab2a242080dea6254e187cf211604170de07)
This commit is contained in:
parent
b535c315b7
commit
1bab7230df
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue