summaryrefslogtreecommitdiffstats
path: root/sys/net80211
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
committerbrucec <brucec@FreeBSD.org>2011-02-23 09:22:33 +0000
commit4a353c54fd50cc1f3c96120b018c49874880504f (patch)
tree85bb88826874fdc9f92823b778817c385497da0d /sys/net80211
parent052c656f36fbc1244cdecb2eacfb30a36c666a89 (diff)
downloadFreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.zip
FreeBSD-src-4a353c54fd50cc1f3c96120b018c49874880504f.tar.gz
Fix typos - remove duplicate "is".
PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_ageq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ageq.c b/sys/net80211/ieee80211_ageq.c
index 21745c8..ea223f7 100644
--- a/sys/net80211/ieee80211_ageq.c
+++ b/sys/net80211/ieee80211_ageq.c
@@ -154,7 +154,7 @@ ieee80211_ageq_drain_node(struct ieee80211_ageq *aq,
* deltas (in seconds) relative to the head so we can check
* and/or adjust only the head of the list. If a frame's age
* exceeds the time quanta then remove it. The list of removed
- * frames is is returned to the caller joined by m_nextpkt.
+ * frames is returned to the caller joined by m_nextpkt.
*/
struct mbuf *
ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta)
OpenPOWER on IntegriCloud