From 2fa6223aaa430935f6108e3250ab7f2f0f899ea2 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 27 Mar 2022 17:55:55 +0200 Subject: [PATCH] pfctl(8): Fix a typo in a comment - s/steping/stepping/ MFC after: 3 days --- 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 b3690fd2200..5f84a39371f 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -887,7 +887,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++;