Browse Source

qcacmn: Fix typo "aquired"

Replace typo "aquired" with correct spelling "acquired".

Change-Id: Iee18669cf648971e93965bea7ea0589f942c3af2
CRs-Fixed: 2238309
Jeff Johnson 7 years ago
parent
commit
ab0aeed501
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hif/src/pcie/if_pci.c

+ 1 - 1
hif/src/pcie/if_pci.c

@@ -4198,7 +4198,7 @@ static int __hif_pm_runtime_allow_suspend(struct hif_pci_softc *hif_sc,
  * hif_pm_runtime_lock_timeout_fn() - callback the runtime lock timeout
  * @data: calback data that is the pci context
  *
- * if runtime locks are aquired with a timeout, this function releases
+ * if runtime locks are acquired with a timeout, this function releases
  * the locks when the last runtime lock expires.
  *
  * dummy implementation until lock acquisition is implemented.