diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
commit | 245db5a41f9169790fdca278ce21fafcf86e0c88 (patch) | |
tree | 6781af9f23ceff505e40794a72fefc72863f57ce /sbin/pfctl/pfctl.c | |
parent | 9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff) |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sbin/pfctl/pfctl.c')
-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 3d4f257a26f..8639f55dc02 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.271 2007/10/24 13:07:38 wilfried Exp $ */ +/* $OpenBSD: pfctl.c,v 1.272 2007/11/27 16:22:13 martynas Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1549,7 +1549,7 @@ pfctl_load_options(struct pfctl *pf) } /* - * If we've set the limit, but havn't explicitly set adaptive + * If we've set the 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] && |