Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 13:43:41 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: 84329b8e1a20 - stable/12 - pfctl(8): Fix a typo in a comment
Message-ID:  <202204021343.232DhfSi017471@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=84329b8e1a20400041aaa9fcff0d3657377d3112

commit 84329b8e1a20400041aaa9fcff0d3657377d3112
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:37:05 +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 1a39e3b2b319..09bda751d356 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -844,7 +844,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?202204021343.232DhfSi017471>