diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 17:47:57 +0000 |
commit | b79f7d8019552bffbfb9132282c9e400ed234e23 (patch) | |
tree | 746cae9358ef503518bb08df39c8d11a2ea50ded /sys/net80211 | |
parent | 3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff) |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211_node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index 151ad97c49e..46092389b3c 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.c,v 1.18 2006/11/15 18:59:37 damien Exp $ */ +/* $OpenBSD: ieee80211_node.c,v 1.19 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: ieee80211_node.c,v 1.14 2004/05/09 09:18:47 dyoung Exp $ */ /*- @@ -653,7 +653,7 @@ ieee80211_find_txnode(struct ieee80211com *ic, u_int8_t *macaddr) * Fake up a node; this handles node discovery in * adhoc mode. Note that for the driver's benefit * we we treat this like an association so the driver - * has an opportunity to setup it's private state. + * has an opportunity to setup its private state. * * XXX need better way to handle this; issue probe * request so we can deduce rate set, etc. |