]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/core/pcm_native.c
tree-wide: fix comment/printk typos
[mirror_ubuntu-bionic-kernel.git] / sound / core / pcm_native.c
index 8bc7cb3db33056abce9a03cec36a4266305aa12c..8e022fc70f5524031b437b4dfc4dce7a9ca416bc 100644 (file)
@@ -985,7 +985,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;