diff mbox series

ALSA: seq: oss: fix typo

Message ID 20220313085635.102123-1-Julia.Lawall@inria.fr (mailing list archive)
State Accepted
Commit b62c563f1cb9c216cecadb15ae32d6e571e2bc8a
Headers show
Series ALSA: seq: oss: fix typo | expand

Commit Message

Julia Lawall March 13, 2022, 8:56 a.m. UTC
Fix typo in "announcement".

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---

This applies on top of:

From: Julia Lawall <Julia.Lawall@inria.fr>
To: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>,alsa-devel@alsa-project.org,linux-kernel@vger.kernel.org
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(-)

Comments

Takashi Iwai March 14, 2022, 6:51 a.m. UTC | #1
On Sun, 13 Mar 2022 09:56:35 +0100,
Julia Lawall wrote:
> 
> Fix typo in "announcement".
> 
> Reported-by: Joe Perches <joe@perches.com>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Thanks, applied now.


Takashi
diff mbox series

Patch

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