]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WMM AC: Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 14:50:42 +0000 (16:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 14:50:42 +0000 (16:50 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wmm_ac.c

index 1b78c5f612e7ef593df3d4533a2d5fddd8c5d4ef..38800cc77fb70438e98585aee35085893c4acc41 100644 (file)
@@ -517,7 +517,7 @@ static void wmm_ac_deinit(struct wpa_supplicant *wpa_s)
        for (i = 0; i < WMM_AC_NUM; i++)
                wmm_ac_del_ts(wpa_s, i, TS_DIR_IDX_ALL);
 
-       /* delete pending add_ts requset */
+       /* delete pending add_ts request */
        wmm_ac_del_req(wpa_s, 1);
 
        os_free(wpa_s->wmm_ac_assoc_info);