[PATCH] ALSA: seq: oss: fix typo in seq_oss_init.c

Zhu Jun posted 1 patch 1 year ago
sound/core/seq/oss/seq_oss_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: seq: oss: fix typo in seq_oss_init.c
Posted by Zhu Jun 1 year ago
The word 'annoucement' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
---
 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 676246fa0..e0733efba 100644
--- a/sound/core/seq/oss/seq_oss_init.c
+++ b/sound/core/seq/oss/seq_oss_init.c
@@ -111,7 +111,7 @@ snd_seq_oss_create_client(void)
 
 
 /*
- * receive annoucement from system port, and check the midi device
+ * receive announcement from system port, and check the midi device
  */
 static int
 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop)
-- 
2.17.1
Re: [PATCH] ALSA: seq: oss: fix typo in seq_oss_init.c
Posted by Takashi Iwai 1 year ago
On Fri, 06 Dec 2024 04:17:27 +0100,
Zhu Jun wrote:
> 
> The word 'annoucement' is wrong, so fix it.
> 
> Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>

Applied now.  Thanks.


Takashi