Skip to content

Commit b62c563

Browse files
JuliaLawalltiwai
authored andcommitted
ALSA: seq: oss: fix typo
Fix typo in "announcement". Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220313085635.102123-1-Julia.Lawall@inria.fr Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 3baa40d commit b62c563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/core/seq/oss/seq_oss_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ snd_seq_oss_create_client(void)
8080

8181
system_client = rc;
8282

83-
/* create annoucement receiver port */
83+
/* create announcement receiver port */
8484
strcpy(port->name, "Receiver");
8585
port->addr.client = system_client;
8686
port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */

0 commit comments

Comments
 (0)