Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / sound / soc / codecs / twl4030.c
index 8512800..575238d 100644 (file)
@@ -281,7 +281,7 @@ static inline void twl4030_check_defaults(struct snd_soc_codec *codec)
                                 i, val, twl4030_reg[i]);
                }
        }
-       dev_dbg(codec->dev, "Found %d non maching registers. %s\n",
+       dev_dbg(codec->dev, "Found %d non-matching registers. %s\n",
                 difference, difference ? "Not OK" : "OK");
 }
 
@@ -2018,7 +2018,7 @@ static int twl4030_voice_startup(struct snd_pcm_substream *substream,
        u8 mode;
 
        /* If the system master clock is not 26MHz, the voice PCM interface is
-        * not avilable.
+        * not available.
         */
        if (twl4030->sysclk != 26000) {
                dev_err(codec->dev, "The board is configured for %u Hz, while"
@@ -2028,7 +2028,7 @@ static int twl4030_voice_startup(struct snd_pcm_substream *substream,
        }
 
        /* If the codec mode is not option2, the voice PCM interface is not
-        * avilable.
+        * available.
         */
        mode = twl4030_read_reg_cache(codec, TWL4030_REG_CODEC_MODE)
                & TWL4030_OPT_MODE;