Procházet zdrojové kódy

qcacmn: Fix typo "occured"

Replace typo "occured" with correct spelling "occurred".

Change-Id: I1407965d96633b78e1f5d613b0eec3afb8f3b708
CRs-Fixed: 2238309
Jeff Johnson před 7 roky
rodič
revize
d277f28dde
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      hif/src/ce/ce_service.c

+ 1 - 1
hif/src/ce/ce_service.c

@@ -1743,7 +1743,7 @@ void ce_per_engine_servicereap(struct hif_softc *scn, unsigned int ce_id)
 	 * enabled in TX polling mode. If this is not the case, more
 	 * bottom halve spin lock changes are needed. Due to data path
 	 * performance concern, after internal discussion we've decided
-	 * to make minimum change, i.e., only address the issue occured
+	 * to make minimum change, i.e., only address the issue occurred
 	 * in this function. The possible negative effect of this minimum
 	 * change is that, in the future, if some other function will also
 	 * be opened to let the user context to use, those cases need to be