Просмотр исходного кода

qcacld-3.0: Fix misspelling "asyncronous"

Fix misspelling: asyncronous ==> asynchronous

Change-Id: I97f44b2a50557ffd92b8ed155d600b4cf4d45973
CRs-Fixed: 3275704
Jeff Johnson 2 лет назад
Родитель
Сommit
8c02edea7b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/hdd/src/wlan_hdd_ioctl.c

+ 1 - 1
core/hdd/src/wlan_hdd_ioctl.c

@@ -3307,7 +3307,7 @@ void hdd_get_roam_scan_ch_cb(hdd_handle_t hdd_handle,
 		  roam_ch->vdev_id, roam_ch->command_resp);
 	/**
 	 * If command response is set in the response message, then it is
-	 * getroamscanchannels command response else this event is asyncronous
+	 * getroamscanchannels command response else this event is asynchronous
 	 * event raised by firmware.
 	 */
 	if (!roam_ch->command_resp) {