ソースを参照

qcacld-3.0: Fix misspelling of 'weird'

Fix misspelling 'wierd' => 'weird'.

Change-Id: Id054d9f273e1fe5771e1bd20b897dd610831266c
CRs-Fixed: 2240066
Jeff Johnson 7 年 前
コミット
e8474a0059
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/mac/src/pe/lim/lim_process_auth_frame.c

+ 1 - 1
core/mac/src/pe/lim/lim_process_auth_frame.c

@@ -1203,7 +1203,7 @@ lim_process_auth_frame(tpAniSirGlobal mac_ctx, uint8_t *rx_pkt_info,
 		/*
 		 * On STA in infrastructure BSS, Authentication frames received
 		 * with WEP bit set in the FC must be rejected with challenge
-		 * failure status code (wierd thing in the spec - this should've
+		 * failure status code (weird thing in the spec - this should've
 		 * been rejected with unspecified failure/unexpected assertion
 		 * of wep bit (this status code does not exist though) or
 		 * Out-of-sequence-Authentication-Frame status code.