Replace typo "initalize" with correct spelling "initialize". Change-Id: Iba47549908aa42e7579cc88f13318c71eab96158 CRs-Fixed: 2238297
@@ -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",