Fix common misspellings
[deliverable/linux.git] / drivers / staging / brcm80211 / brcmsmac / wlc_bmac.c
index 5a96dc3cdb36eb0cff4c016bc12c6a926f855d24..4b6e181c7dc9cead08bb8d1e6b5da9922fba29db 100644 (file)
@@ -1915,7 +1915,7 @@ void wlc_bmac_phy_reset(struct wlc_hw_info *wlc_hw)
 
        phy_bw_clkbits = wlc_phy_clk_bwbits(wlc_hw->band->pi);
 
-       /* Specfic reset sequence required for NPHY rev 3 and 4 */
+       /* Specific reset sequence required for NPHY rev 3 and 4 */
        if (WLCISNPHY(wlc_hw->band) && NREV_GE(wlc_hw->band->phyrev, 3) &&
            NREV_LE(wlc_hw->band->phyrev, 4)) {
                /* Set the PHY bandwidth */
This page took 0.026788 seconds and 5 git commands to generate.