Explorar el Código

qcacld-3.0: Fix typo "initalize"

Replace typo "initalize" with correct spelling "initialize".

Change-Id: Iba47549908aa42e7579cc88f13318c71eab96158
CRs-Fixed: 2238297
Jeff Johnson hace 7 años
padre
commit
79e36881d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/hdd/src/wlan_hdd_main.c

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

@@ -2706,7 +2706,7 @@ int hdd_wlan_start_modules(struct hdd_context *hdd_ctx,
 			goto deinit_config;
 		}
 
-		/* initalize components configurations  after psoc open */
+		/* initialize components configurations  after psoc open */
 		ret = hdd_update_components_config(hdd_ctx);
 		if (ret) {
 			hdd_err("Failed to update component configs; errno: %d",