From: Fu Yingang Date: Sun, 13 Nov 2011 16:35:15 +0000 (+0200) Subject: Correct a spelling mistake X-Git-Tag: aosp-jb-start~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4cef16279e07acbf2864c1b84d65bb192c15e83;p=thirdparty%2Fhostap.git Correct a spelling mistake The word "targer" in the comments for pending_bssid of wpa_supplicant data structure should be "target". --- diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h index fd04a7d0a..63a6fead0 100644 --- a/wpa_supplicant/wpa_supplicant_i.h +++ b/wpa_supplicant/wpa_supplicant_i.h @@ -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 */