]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/core/pcm_native.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mv-sheeva.git] / sound / core / pcm_native.c
index e82c1f97d99e9736b20523f7bf6eca63498f2587..c0ebb5162e95dc5e3893140d5c879da161268dc2 100644 (file)
@@ -984,7 +984,7 @@ static int snd_pcm_do_pause(struct snd_pcm_substream *substream, int push)
        if (push)
                snd_pcm_update_hw_ptr(substream);
        /* The jiffies check in snd_pcm_update_hw_ptr*() is done by
-        * a delta betwen the current jiffies, this gives a large enough
+        * a delta between the current jiffies, this gives a large enough
         * delta, effectively to skip the check once.
         */
        substream->runtime->hw_ptr_jiffies = jiffies - HZ * 1000;