Fix typos found by codespell
[madwifi/.git] / ath_hal / ar5212 / ar2316.c
index 2925cb5a36a98331fbec66ce4cee2fde3aa384f8..ac60db6ada4a0c789d8099af33fb6ff72b7e1c54 100644 (file)
@@ -381,9 +381,9 @@ ar2316getGainBoundariesAndPdadcsForPowers(struct ath_hal *ah, uint16_t channel,
         * change pwr_I_0 to signed 5-bits.
         */
        int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
-       /* to accomodate -ve power levels later on. */
+       /* to accommodate -ve power levels later on. */
        int16_t Pmax_t2[MAX_NUM_PDGAINS_PER_CHANNEL];
-       /* to accomodate -ve power levels later on */
+       /* to accommodate -ve power levels later on */
        uint16_t numVpd = 0;
        uint16_t Vpd_step;
        int16_t tmpVal ;