git: 562b1e79ba02 - main - pfctl: fix a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 09:05:14 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=562b1e79ba024476e8e6dc472a438d60c83757a9
commit 562b1e79ba024476e8e6dc472a438d60c83757a9
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-05-27 12:06:02 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-05-29 07:14:54 +0000
pfctl: fix a comment
Obtained from: OpenBSD, henning <henning@openbsd.org>, a135ce1ad3
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
sbin/pfctl/pfctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index 94aaaa315639..9320ca1aba03 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -2516,7 +2516,7 @@ pfctl_load_options(struct pfctl *pf)
}
/*
- * If we've set the limit, but haven't explicitly set adaptive
+ * If we've set the states limit, but haven't explicitly set adaptive
* timeouts, do it now with a start of 60% and end of 120%.
*/
if (pf->limit_set[PF_LIMIT_STATES] &&