[PATCH] ALSA: seq: oss: fix typo

From: Julia Lawall
Date: Sun Mar 13 2022 - 04:56:50 EST


Fix typo in "announcement".

Reported-by: Joe Perches <joe@xxxxxxxxxxx>
Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>

---

This applies on top of:

From: Julia Lawall <Julia.Lawall@xxxxxxxx>
To: Jaroslav Kysela <perex@xxxxxxxx>
Cc: Takashi Iwai <tiwai@xxxxxxxx>,alsa-devel@xxxxxxxxxxxxxxxx,linux-kernel@xxxxxxxxxxxxxxx
Subject: [PATCH 3/6] ALSA: seq: oss: use kzalloc

sound/core/seq/oss/seq_oss_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 */