]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Correct a spelling mistake
authorFu Yingang <yingang.fu@borqs.com>
Sun, 13 Nov 2011 16:35:15 +0000 (18:35 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 16:35:15 +0000 (18:35 +0200)
The word "targer" in the comments for pending_bssid of
wpa_supplicant data structure should be "target".

wpa_supplicant/wpa_supplicant_i.h

index fd04a7d0adb04048cbcf6f0b133914834321643f..63a6fead09bc2a3883e343f1dceba699d66a859c 100644 (file)
@@ -266,7 +266,7 @@ struct wpa_supplicant {
        os_time_t last_michael_mic_error;
        u8 bssid[ETH_ALEN];
        u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this
-                                    * field contains the targer BSSID. */
+                                    * field contains the target BSSID. */
        int reassociate; /* reassociation requested */
        int disconnected; /* all connections disabled; i.e., do no reassociate
                           * before this has been cleared */