wlan: Fix misspellings in prima code ("adapter" and "parameter")

There should not be any misspellings or grammar errors in customer
visible strings or Open Source code.  Fix misspellings of "adapter" and
"parameter" observed in comments and user-visible strings.

Change-Id: I1a9c5547e5b50deb0b777f9977fa699eadf2ee6f
CR-Fixed: 429978
(cherry picked from commit a8a1a484a82111bd644406403e9739d75edf724d)
diff --git a/CORE/HDD/src/wlan_hdd_cfg80211.c b/CORE/HDD/src/wlan_hdd_cfg80211.c
index 827d705..75262c2 100644
--- a/CORE/HDD/src/wlan_hdd_cfg80211.c
+++ b/CORE/HDD/src/wlan_hdd_cfg80211.c
@@ -5012,7 +5012,7 @@
     }
 
     //If Device Mode is Station Concurrent Sessions Exit BMps
-    //P2P Mode will be taken care in Open/close adaptor
+    //P2P Mode will be taken care in Open/close adapter
     if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
         (vos_concurrent_sessions_running()))
     {