diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2017-05-30 12:13:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2017-05-30 12:13:05 +0000 |
commit | 6204eeae193e49802083460c697f4866030851bf (patch) | |
tree | affe720006ed730cb6ca1f46c235bb3cd43d5af6 /sbin | |
parent | 7f614a1558263db2ffd2305ebfbf2fd67bd476b5 (diff) |
fix a comment
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 47bb55f0a95..483121987b5 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.343 2017/05/15 11:23:25 mikeb Exp $ */ +/* $OpenBSD: pfctl.c,v 1.344 2017/05/30 12:13:04 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1764,7 +1764,7 @@ pfctl_load_options(struct pfctl *pf) error = 1; /* - * If we've set the limit, but haven't explicitly set adaptive + * If we've set the states limit, but haven't explicitly set adaptive * timeouts, do it now with a start of 60% and end of 120%. */ if (pf->limit_set[PF_LIMIT_STATES] && |