diff options
| author | Takashi Takebayashi <[email protected]> | 2019-03-08 05:42:14 +0900 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-07 12:42:14 -0800 |
| commit | 46320ca89f24437a207012f7202fa022f16db43d (patch) | |
| tree | 86a625662d6bc01f8b77f4d3ae55eef20e8a9e8f | |
| parent | 4afd27c7a8fb0721699f05a8544ff0a17547eee1 (diff) | |
Fix typo (#340)
ture -> true
| -rw-r--r-- | network/wlan/WDI/COMMON/MgntLink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
