Skip to content

Commit 5396c4b

Browse files
Colin Ian Kingtiwai
authored andcommitted
ALSA: cs46xx: fix spelling mistake "to" -> "too"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2928fa0 commit 5396c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/cs46xx/dsp_spos_scb_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ cs46xx_dsp_create_pcm_channel (struct snd_cs46xx * chip,
12931293
if (src_scb == NULL) {
12941294
if (ins->nsrc_scb >= DSP_MAX_SRC_NR) {
12951295
dev_err(chip->card->dev,
1296-
"dsp_spos: to many SRC instances\n!");
1296+
"dsp_spos: too many SRC instances\n!");
12971297
return NULL;
12981298
}
12991299

0 commit comments

Comments
 (0)