diff mbox

Correct a spelling mistake

Message ID 4EBC90BA.7030405@borqs.com
State Accepted
Headers show

Commit Message

Fu Yingang Nov. 11, 2011, 3:04 a.m. UTC
hi,

The word "targer" in the comments for pending_bssid of
wpa_supplicant data structure should be "target".


Thanks
Yingang

Comments

Jouni Malinen Nov. 13, 2011, 4:38 p.m. UTC | #1
On Fri, Nov 11, 2011 at 11:04:26AM +0800, Fu Yingang wrote:
> The word "targer" in the comments for pending_bssid of
> wpa_supplicant data structure should be "target".

Thanks, applied.
diff mbox

Patch

From 9a1bccd42096eb3ce168f30b4158aeed8b503695 Mon Sep 17 00:00:00 2001
From: Fu yingang <yingang.fu@borqs.com>
Date: Fri, 11 Nov 2011 10:58:53 +0800
Subject: [PATCH] Correct a spelling mistake

The word "targer" in the comments for pending_bssid of
wpa_supplicant data structure should be "target".
---
 wpa_supplicant/wpa_supplicant_i.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h
index fd04a7d..63a6fea 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 */
-- 
1.7.1