Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:35:50 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 498b49fee3ef - stable/13 - pfctl(8): Fix a typo in a comment
Message-ID:  <202204021335.232DZofT003344@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=498b49fee3ef31e9d889a7359bac2052e72c6177

commit 498b49fee3ef31e9d889a7359bac2052e72c6177
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 15:55:55 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 13:34:36 +0000

    pfctl(8): Fix a typo in a comment
    
    - s/steping/stepping/
    
    (cherry picked from commit 2fa6223aaa430935f6108e3250ab7f2f0f899ea2)
---
 sbin/pfctl/parse.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 885b4f5ce50a..eafc637951fc 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -852,7 +852,7 @@ pfa_anchor	: '{'
 			char ta[PF_ANCHOR_NAME_SIZE];
 			struct pfctl_ruleset *rs;
 
-			/* steping into a brace anchor */
+			/* stepping into a brace anchor */
 			pf->asd++;
 			pf->bn++;
 



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