qcacmn: Fix typo "recieve"

Replace typo "recieve" with correct spelling "receive".

Change-Id: I7d88e57b97fa6d217630d4a5d5c365b56e714428
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 16:25:49 -07:00
committed by nshrivas
parent 390679cb4e
commit 951133e572
2 changed files with 3 additions and 3 deletions

View File

@@ -1726,7 +1726,7 @@ struct wmi_soc {
struct wmi_ops *ops;
const uint32_t *svc_ids;
uint32_t wmi_events[wmi_events_max];
/* WMI service bitmap recieved from target */
/* WMI service bitmap received from target */
uint32_t *wmi_service_bitmap;
uint32_t *wmi_ext_service_bitmap;
#ifndef CONFIG_MCL