Fix typos found by codespell
[madwifi/.git] / ath_hal / ar5212 / ar2413.c
index b99778018c871118a94cb3d2d40b69f4c70540a8..326dc0dcb22556a68945f26d7062bd20538a29c3 100644 (file)
@@ -375,9 +375,9 @@ ar2413getGainBoundariesAndPdadcsForPowers(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 ;