summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto_tkip.c
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2008-12-03 17:25:42 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2008-12-03 17:25:42 +0000
commit409ada53e614d1a9e6c07f9faf58c630baca98dc (patch)
tree977f365422ed4e69b3cf4c342a150d941463ad8c /sys/net80211/ieee80211_crypto_tkip.c
parent165ea12fb4655c07cab968d4c3305120be086bde (diff)
typos in comments - no binary change.
Diffstat (limited to 'sys/net80211/ieee80211_crypto_tkip.c')
-rw-r--r--sys/net80211/ieee80211_crypto_tkip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_crypto_tkip.c b/sys/net80211/ieee80211_crypto_tkip.c
index 47d5f348b43..64a13f434c1 100644
--- a/sys/net80211/ieee80211_crypto_tkip.c
+++ b/sys/net80211/ieee80211_crypto_tkip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_crypto_tkip.c,v 1.11 2008/11/13 13:42:35 djm Exp $ */
+/* $OpenBSD: ieee80211_crypto_tkip.c,v 1.12 2008/12/03 17:25:41 damien Exp $ */
/*-
* Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
@@ -336,7 +336,7 @@ ieee80211_tkip_decrypt(struct ieee80211com *ic, struct mbuf *m0,
}
ivp = (u_int8_t *)wh + hdrlen;
- /* check that ExtIV bit is be set */
+ /* check that ExtIV bit is set */
if (!(ivp[3] & IEEE80211_WEP_EXTIV)) {
m_freem(m0);
return NULL;