From 46320ca89f24437a207012f7202fa022f16db43d Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Fri, 8 Mar 2019 05:42:14 +0900 Subject: Fix typo (#340) ture -> true --- network/wlan/WDI/COMMON/MgntLink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/wlan/WDI/COMMON/MgntLink.c b/network/wlan/WDI/COMMON/MgntLink.c index a79a4684..fb65065a 100644 --- a/network/wlan/WDI/COMMON/MgntLink.c +++ b/network/wlan/WDI/COMMON/MgntLink.c @@ -9107,7 +9107,7 @@ MgntLinkRequest( HAL_HiddenSSIDHandleBeforeScan(Adapter); // TODO: In order to stable/optimize scan result, we might actually need to save the result for a certain time - // TODO: We will leave this as it is at this time since we want to see the ture RF performance + // TODO: We will leave this as it is at this time since we want to see the true RF performance // Clear content of bssDesc[] before scanning. if(!CustomScan_InProgress(GET_CUSTOM_SCAN_INFO(Adapter))) {// customized scan shall not have effect on normal scan, here it should not clear the scan list, 2011.01.11, haich -- cgit v1.3.1