git: 84329b8e1a20 - stable/12 - pfctl(8): Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 13:43:41 UTC
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++;