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