pf: Fix a spelling mistake in a comment

Pull Request:	https://github.com/freebsd/freebsd-src/pull/704
This commit is contained in:
Tom Hukins 2023-03-29 15:00:00 +01:00 committed by Ed Maste
parent 9c353fa4a9
commit 7626863e19

View File

@ -2050,7 +2050,7 @@ pf_rule_to_krule(const struct pf_rule *rule, struct pf_krule *krule)
pf_pool_to_kpool(&rule->rpool, &krule->rpool);
/* Don't allow userspace to set evaulations, packets or bytes. */
/* Don't allow userspace to set evaluations, packets or bytes. */
/* kif, anchor, overload_tbl are not copied over. */
krule->os_fingerprint = rule->os_fingerprint;