aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++;