qcacmn: Fix typographical errors

Fix typographical errors spanned over various files in cmn.

Change-Id: I9fcf3b7f9bb7d7dd406e6576a60aa4eb783c9ceb
CRs-Fixed: 3529628
This commit is contained in:
Aditya Kodukula
2023-06-13 16:26:04 -07:00
committed by Rahul Choudhary
parent c27dfcd8ac
commit 58e80d75bd
30 changed files with 39 additions and 39 deletions

View File

@@ -300,7 +300,7 @@ struct htc_endpoint_credit_dist {
#define IS_EP_ACTIVE(epDist) ((epDist)->DistFlags & HTC_EP_ACTIVE)
#define SET_EP_ACTIVE(epDist) (epDist)->DistFlags |= HTC_EP_ACTIVE
/* credit distribution code that is passed into the distrbution function,
/* credit distribution code that is passed into the distribution function,
* there are mandatory and optional codes that must be handled
*/
enum htc_credit_dist_reason {