[PATCH] ALSA: au88x0: fixed a typo

Ghanshyam Agrawal posted 1 patch 2 years ago
sound/pci/au88x0/au88x0.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: au88x0: fixed a typo
Posted by Ghanshyam Agrawal 2 years ago
Fixed typo in the word communicate

Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
---
 sound/pci/au88x0/au88x0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c
index eb234153691b..62b10b0e07b1 100644
--- a/sound/pci/au88x0/au88x0.c
+++ b/sound/pci/au88x0/au88x0.c
@@ -10,7 +10,7 @@
  *   Thanks to the ALSA developers, they helped a lot working out
  * the ALSA part.
  *   Thanks also to Sourceforge for maintaining the old binary drivers,
- * and the forum, where developers could comunicate.
+ * and the forum, where developers could communicate.
  *
  * Now at least i can play Legacy DOOM with MIDI music :-)
  */
-- 
2.25.1
Re: [PATCH] ALSA: au88x0: fixed a typo
Posted by Takashi Iwai 2 years ago
On Mon, 18 Dec 2023 07:54:42 +0100,
Ghanshyam Agrawal wrote:
> 
> Fixed typo in the word communicate
> 
> Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>

Thanks, applied.


Takashi