aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 15:55:55 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-28 17:35:55 +0000
commit2fa6223aaa430935f6108e3250ab7f2f0f899ea2 (patch)
tree0cc99c68ba509278ad50a59e1596e583542a0c60
parentbef80a728561704d77772c5e270dbf14e7d2e855 (diff)
downloadsrc-2fa6223aaa430935f6108e3250ab7f2f0f899ea2.tar.gz
src-2fa6223aaa430935f6108e3250ab7f2f0f899ea2.zip
pfctl(8): Fix a typo in a comment
- s/steping/stepping/ MFC after: 3 days
-rw-r--r--sbin/pfctl/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index b3690fd22009..5f84a39371f3 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++;