aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/ws80211_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'caputils/ws80211_utils.c')
-rw-r--r--caputils/ws80211_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/ws80211_utils.c b/caputils/ws80211_utils.c
index 21f8a8a673..a0e3973e63 100644
--- a/caputils/ws80211_utils.c
+++ b/caputils/ws80211_utils.c
@@ -411,7 +411,7 @@ static int __ws80211_get_iface_info(const char *name, struct __iface_info *iface
if (nl80211_do_cmd(msg, cb))
return -1;
- /* Old kernels cant get the current freq via netlink. Try WEXT too :( */
+ /* Old kernels can't get the current freq via netlink. Try WEXT too :( */
if (iface_info->pub->current_freq == -1)
iface_info->pub->current_freq = get_freq_wext(name);
return 0;