diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-01-17 19:39:55 +0100 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-01-17 19:39:55 +0100 |
| commit | 9be9ab2a242080dea6254e187cf211604170de07 (patch) | |
| tree | 8568d1c4ccc24d795fee7ea24e50b712fb7ac249 /sys | |
| parent | cabb5add07a60c146698d09759445276aa96757a (diff) | |
netpfil/ipfw: Fix a typo in a source code comment
- s/vaues/values/
MFC after: 5 days
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netpfil/ipfw/ip_fw_table_value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_table_value.c b/sys/netpfil/ipfw/ip_fw_table_value.c index d428c3aacf40..09e2ead6ec2c 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, } /* - * 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) |
