aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2026-08-10 09:30:19 +0000
committerGordon Bergling <gbe@FreeBSD.org>2026-08-10 09:30:19 +0000
commitf98d856f613b3d8ac564d03dbe0011bd9eaab757 (patch)
tree4729888ea97ae7abb71210d14bff8be606621052 /sys/netpfil
parente779914354db5cb3a20f4ec894d08b0f81d05ba2 (diff)
ipfilter(4): Fix a typo in a source code comment
- s/pointr/pointer/ Obtained from: NetBSD MFC after: 3 days
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfilter/netinet/fil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfilter/netinet/fil.c b/sys/netpfil/ipfilter/netinet/fil.c
index 7b646d0d55db..da4e551157e5 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. */