From: henning Date: Tue, 30 May 2017 12:13:04 +0000 (+0000) Subject: fix a comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a135ce1ad32f546fb5100e0e1b00121f12542dd1;p=openbsd fix a comment --- 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] &&