소스 검색

qcacld-3.0: Fix typo "seperator"

Replace typo "seperator" with correct spelling "separator".

Change-Id: I66dbe4a79aac3e8e97ba8ffd5c09a63e6e0f684d
CRs-Fixed: 2238297
Jeff Johnson 7 년 전
부모
커밋
2e3ccd249e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/hdd/src/wlan_hdd_wowl.c

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

@@ -196,7 +196,7 @@ bool hdd_add_wowl_ptrn(struct hdd_adapter *adapter, const char *ptrn)
 			ptrn += 2;      /* skip to next byte */
 		}
 
-		/* Skip over the ':' seperator after the pattern */
+		/* Skip over the ':' separator after the pattern */
 		ptrn++;
 
 		/* Extract the pattern Mask */