]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Fix couple of typos in a comment
authorJouni Malinen <j@w1.fi>
Mon, 23 Dec 2019 08:24:49 +0000 (10:24 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 23 Dec 2019 08:24:49 +0000 (10:24 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c

index 02b9527193c6ebd10fdeb75a0bf269df6f2de791..139b709b2912b068f47808ac3368b57bed2008bb 100644 (file)
@@ -11091,8 +11091,8 @@ static int nl80211_send_external_auth_status(void *priv,
        int ret = -1;
 
        /* External auth command/status is intended for drivers that implement
-        * intenral SME but want to offload authentication processing (e.g.,
-        * SAE) to hostapd/wpa_supplicant. Do nott send the status to drivers
+        * internal SME but want to offload authentication processing (e.g.,
+        * SAE) to hostapd/wpa_supplicant. Do not send the status to drivers
         * which do not support AP SME or use wpa_supplicant/hostapd SME.
         */
        if ((is_ap_interface(drv->nlmode) && !bss->drv->device_ap_sme) ||