aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2013-11-29 07:55:44 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2013-11-29 07:55:44 +0000
commit1a707877c1b16b20a33276c67edfcc84c8743c48 (patch)
treee632cf00e348bfeb29e9c6b2c72dffc39e48ce42 /sys/net80211
parent30ff7b3820cfe64592b6a589a0221727589191bb (diff)
downloadsrc-1a707877c1b16b20a33276c67edfcc84c8743c48.tar.gz
src-1a707877c1b16b20a33276c67edfcc84c8743c48.zip
Fix typo in comment.
Notes
Notes: svn path=/head/; revision=258736
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_scan_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_scan_sta.c b/sys/net80211/ieee80211_scan_sta.c
index 75abb2b0de65..6da06fd1c4d0 100644
--- a/sys/net80211/ieee80211_scan_sta.c
+++ b/sys/net80211/ieee80211_scan_sta.c
@@ -733,7 +733,7 @@ sta_cancel(struct ieee80211_scan_state *ss, struct ieee80211vap *vap)
return 0;
}
-/* unalligned little endian access */
+/* unaligned little endian access */
#define LE_READ_2(p) \
((uint16_t) \
((((const uint8_t *)(p))[0] ) | \