aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-03-13 09:56:35 +0100
committerTakashi Iwai <tiwai@suse.de>2022-03-14 07:51:22 +0100
commitb62c563f1cb9c216cecadb15ae32d6e571e2bc8a (patch)
treecb69b7c1d4aafebf13bd52d5824d2bd36f5392ed /sound/core/seq
parentALSA: seq: oss: use kzalloc (diff)
downloadlinux-dev-b62c563f1cb9c216cecadb15ae32d6e571e2bc8a.tar.xz
linux-dev-b62c563f1cb9c216cecadb15ae32d6e571e2bc8a.zip
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>
Diffstat (limited to 'sound/core/seq')
-rw-r--r--sound/core/seq/oss/seq_oss_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/oss/seq_oss_init.c b/sound/core/seq/oss/seq_oss_init.c
index 04a3376a6e66..42d4e7535a82 100644
--- a/sound/core/seq/oss/seq_oss_init.c
+++ b/sound/core/seq/oss/seq_oss_init.c
@@ -80,7 +80,7 @@ snd_seq_oss_create_client(void)
system_client = rc;
- /* create annoucement receiver port */
+ /* create announcement receiver port */
strcpy(port->name, "Receiver");
port->addr.client = system_client;
port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */