git: f98d856f613b - main - ipfilter(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Aug 2026 09:30:43 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=f98d856f613b3d8ac564d03dbe0011bd9eaab757
commit f98d856f613b3d8ac564d03dbe0011bd9eaab757
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-10 09:30:19 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-10 09:30:19 +0000
ipfilter(4): Fix a typo in a source code comment
- s/pointr/pointer/
Obtained from: NetBSD
MFC after: 3 days
---
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 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. */