Browse Source

qcacld-3.0: Fix misspelling of 'the'

Fix misspelling 'teh' => 'the'

Change-Id: I3d8f6068f8abbaf07962e244f076a5ef68a23662
CRs-Fixed: 2241930
Jeff Johnson 7 years ago
parent
commit
329bb2a1d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/mac/src/pe/lim/lim_process_mlm_host_roam.c

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

@@ -216,7 +216,7 @@ static void lim_handle_sme_reaasoc_result(tpAniSirGlobal pMac,
 		}
 	}
 error:
-	/* Delete teh session if REASSOC failure occurred. */
+	/* Delete the session if REASSOC failure occurred. */
 	if (resultCode != eSIR_SME_SUCCESS) {
 		if (NULL != psessionEntry) {
 			pe_delete_session(pMac, psessionEntry);