From a135ce1ad32f546fb5100e0e1b00121f12542dd1 Mon Sep 17 00:00:00 2001 From: henning Date: Tue, 30 May 2017 12:13:04 +0000 Subject: [PATCH] fix a comment --- sbin/pfctl/pfctl.c | 4 ++-- 1 file 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] && -- 2.20.1