URL: https://cgit.FreeBSD.org/src/commit/?id=6b25004d1d181ea520d79ed5ce5710a9350fd35b commit 6b25004d1d181ea520d79ed5ce5710a9350fd35b Author: Gordon Bergling AuthorDate: 2026-08-10 09:30:19 +0000 Commit: Gordon Bergling CommitDate: 2026-08-13 05:02:10 +0000 ipfilter(4): Fix a typo in a source code comment - s/pointr/pointer/ Obtained from: NetBSD (cherry picked from commit f98d856f613b3d8ac564d03dbe0011bd9eaab757) --- sys/netpfil/ipfilter/netinet/fil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netpfil/ipfilter/netinet/fil.c b/sys/netpfil/ipfilter/netinet/fil.c index 2eb921621f6b..6e71891581cf 100644 --- a/sys/netpfil/ipfilter/netinet/fil.c +++ b/sys/netpfil/ipfilter/netinet/fil.c @@ -4423,7 +4423,7 @@ ipf_rule_compare(frentry_t *fr1, frentry_t *fr2) /* Returns: int - 0 == success, > 0 == errno value */ /* Parameters: unit(I) - device for which this is for */ /* req(I) - ioctl command (SIOC*) */ -/* data(I) - pointr to ioctl data */ +/* data(I) - pointer to ioctl data */ /* set(I) - 1 or 0 (filter set) */ /* makecopy(I) - flag indicating whether data points to a rule */ /* in kernel space & hence doesn't need copying. */