Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / pci / au88x0 / au88x0_pcm.c
index 5439d662d1047377ddd7d832dbd1791e0ce887fe..33f0ba5559a77201ab8bf7752f7e242cf0bcc1ac 100644 (file)
@@ -515,7 +515,7 @@ static int __devinit snd_vortex_new_pcm(vortex_t *chip, int idx, int nr)
                return -ENODEV;
 
        /* idx indicates which kind of PCM device. ADB, SPDIF, I2S and A3D share the 
-        * same dma engine. WT uses it own separate dma engine whcih cant capture. */
+        * same dma engine. WT uses it own separate dma engine which can't capture. */
        if (idx == VORTEX_PCM_ADB)
                nr_capt = nr;
        else