浏览代码

qcacmn: global_lmac_if: Fix misspellings

Fix misspellings in global_lmac_if/...

Change-Id: I3e4a8ba4b70d513fcbe77be3f05ea00f387d4177
CRs-Fixed: 3304684
Jeff Johnson 2 年之前
父节点
当前提交
5b2be63430
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      global_lmac_if/src/wlan_global_lmac_if.c

+ 1 - 1
global_lmac_if/src/wlan_global_lmac_if.c

@@ -161,7 +161,7 @@ wlan_global_lmac_if_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops)
 		qdf_err("lmac if rx ops pointer is NULL");
 		return QDF_STATUS_E_INVAL;
 	}
-	/* Registeration for UMAC componets */
+	/* Registration for UMAC components */
 	wlan_lmac_if_umac_rx_ops_register(rx_ops);
 
 	/* spectral rx_ops registration*/