The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7626863e198384cada38c5f8dd2aaed20029553a
commit 7626863e198384cada38c5f8dd2aaed20029553a Author: Tom Hukins <[email protected]> AuthorDate: 2023-03-29 14:00:00 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2023-05-01 14:30:15 +0000 pf: Fix a spelling mistake in a comment Pull Request: https://github.com/freebsd/freebsd-src/pull/704 --- sys/netpfil/pf/pf_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c index c800d2048547..d5cea7d2a215 100644 --- a/sys/netpfil/pf/pf_ioctl.c +++ b/sys/netpfil/pf/pf_ioctl.c @@ -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;
