Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegra
[pandora-kernel.git] / drivers / isdn / mISDN / dsp_tones.c
index 7dbe54e..4e4440e 100644 (file)
@@ -394,7 +394,7 @@ void dsp_tone_copy(struct dsp *dsp, u8 *data, int len)
        while (len) {
                /* find sample to start with */
                while (42) {
-                       /* warp arround */
+                       /* wrap around */
                        if (!pat->seq[index]) {
                                count = 0;
                                index = 0;