Skip to content

Commit 7dcd561

Browse files
Naoki Hayamatiwai
authored andcommitted
ALSA: hdspm: Fix typo arbitary
Fix comment typo. s/arbitary/arbitrary/ Signed-off-by: Naoki Hayama <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 0569b3d commit 7dcd561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/rme9652/hdspm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ static int snd_hdspm_use_is_exclusive(struct hdspm *hdspm)
12171217
return ret;
12181218
}
12191219

1220-
/* round arbitary sample rates to commonly known rates */
1220+
/* round arbitrary sample rates to commonly known rates */
12211221
static int hdspm_round_frequency(int rate)
12221222
{
12231223
if (rate < 38050)

0 commit comments

Comments
 (0)