Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2025 09:05:14 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 562b1e79ba02 - main - pfctl: fix a comment
Message-ID:  <202505290905.54T95EnR011380@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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] &&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505290905.54T95EnR011380>