ALSA: hdspm: Fix typo arbitary
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Thu, 8 Oct 2020 08:47:44 +0000 (17:47 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Oct 2020 13:02:31 +0000 (15:02 +0200)
Fix comment typo.
s/arbitary/arbitrary/

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Link: https://lore.kernel.org/r/e04a8c5b-8c59-3f02-34d3-c1a871d08cc2@lineo.co.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/hdspm.c

index e532312a5e1cd24b879c75c6921d8ff55909a9fb..4a1f576dd9cfab827dbd52ba755de1dc03a3757b 100644 (file)
@@ -1217,7 +1217,7 @@ static int snd_hdspm_use_is_exclusive(struct hdspm *hdspm)
        return ret;
 }
 
-/* round arbitary sample rates to commonly known rates */
+/* round arbitrary sample rates to commonly known rates */
 static int hdspm_round_frequency(int rate)
 {
        if (rate < 38050)