qcacmn: Fix typo "continous"

Replace typo "continous" with correct spelling "continuous".

Change-Id: If14e05ea8d30979c792e682c26da1e7ce33d7345
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 17:27:54 -07:00
committed by nshrivas
parent c9e37ee940
commit 3f0dfd144a
2 changed files with 4 additions and 4 deletions

View File

@@ -510,9 +510,9 @@ struct cdp_htt_tx_pdev_stats_cmn_tlv {
uint32_t mpdu_dropped_xretry;
/* illegal rate phy errors */
uint32_t illgl_rate_phy_err;
/* wal pdev continous xretry */
/* wal pdev continuous xretry */
uint32_t cont_xretry;
/* wal pdev continous xretry */
/* wal pdev continuous xretry */
uint32_t tx_timeout;
/* wal pdev resets */
uint32_t pdev_resets;