git: 273804965ae2 - stable/14 - ipfilter(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Aug 2026 05:02:54 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=273804965ae21d4912ae3a4e24082708bc2da636
commit 273804965ae21d4912ae3a4e24082708bc2da636
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-10 09:30:19 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-13 05:02:44 +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 ebb1d3cd0746..da7b7a212035 100644
--- a/sys/netpfil/ipfilter/netinet/fil.c
+++ b/sys/netpfil/ipfilter/netinet/fil.c
@@ -4427,7 +4427,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. */