Module Name: src
Committed By: christos
Date: Fri Mar 29 02:30:18 UTC 2013
Modified Files:
src/sys/net80211: ieee80211_node.c
Log Message:
one we is enough.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/net80211/ieee80211_node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net80211/ieee80211_node.c
diff -u src/sys/net80211/ieee80211_node.c:1.66 src/sys/net80211/ieee80211_node.c:1.67
--- src/sys/net80211/ieee80211_node.c:1.66 Thu Mar 28 22:26:45 2013
+++ src/sys/net80211/ieee80211_node.c Thu Mar 28 22:30:18 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_node.c,v 1.66 2013/03/29 02:26:45 christos Exp $ */
+/* $NetBSD: ieee80211_node.c,v 1.67 2013/03/29 02:30:18 christos Exp $ */
/*-
* Copyright (c) 2001 Atsushi Onoe
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -36,7 +36,7 @@
__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_node.c,v 1.65 2005/08/13 17:50:21 sam Exp $");
#endif
#ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_node.c,v 1.66 2013/03/29 02:26:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_node.c,v 1.67 2013/03/29 02:30:18 christos Exp $");
#endif
#include "opt_inet.h"
@@ -1161,7 +1161,7 @@ ieee80211_find_node(struct ieee80211_nod
/*
* Fake up a node; this handles node discovery in adhoc mode.
- * Note that for the driver's benefit we we treat this like
+ * Note that for the driver's benefit we treat this like
* an association so the driver has an opportunity to setup
* it's private state.
*/