summaryrefslogtreecommitdiff
path: root/sys/net/if_strip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_strip.c')
-rw-r--r--sys/net/if_strip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_strip.c b/sys/net/if_strip.c
index 7fc7024046f..ef50f71c949 100644
--- a/sys/net/if_strip.c
+++ b/sys/net/if_strip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_strip.c,v 1.32 2006/03/25 22:41:47 djm Exp $ */
+/* $OpenBSD: if_strip.c,v 1.33 2007/11/27 16:22:13 martynas Exp $ */
/* $NetBSD: if_strip.c,v 1.2.4.3 1996/08/03 00:58:32 jtc Exp $ */
/* from: NetBSD: if_sl.c,v 1.38 1996/02/13 22:00:23 christos Exp $ */
@@ -301,7 +301,7 @@ void strip_timeout(void *x);
/* Grace period for radio to answer probe, in seconds */
#define ST_PROBERESPONSE_INTERVAL 2
-/* Be less agressive about repeated resetting. */
+/* Be less aggressive about repeated resetting. */
#define STRIP_RESET_INTERVAL 5
/*