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

qcacld-3.0: Fix typo "addreses"

Replace typo "addreses" with correct spelling "addresses".

Change-Id: Ib630c87d966eed104aec8669de636863a5fa555e
CRs-Fixed: 2238297
Jeff Johnson 7 лет назад
Родитель
Сommit
a6cab553e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/hdd/src/wlan_hdd_cfg.c

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

@@ -7417,7 +7417,7 @@ QDF_STATUS hdd_update_mac_config(struct hdd_context *hdd_ctx)
 	}
 
 	update_mac_from_string(hdd_ctx, &macTable[0], i);
-	hdd_debug("Populating remaining %d Mac addreses",
+	hdd_debug("Populating remaining %d Mac addresses",
 		   max_mac_addr - i);
 	hdd_populate_random_mac_addr(hdd_ctx, max_mac_addr - i);