diff options
author | Ghanshyam Agrawal <ghanshyam1898@gmail.com> | 2023-12-18 09:54:42 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-12-18 11:16:34 +0300 |
commit | c7e37b07cc7564a07125ae48c11fd1ca2bcbeae2 (patch) | |
tree | ed9e9fa8f3a311ea7c2e548cc13803e65e3d45ab | |
parent | c18852cf16dc0ee98d661f48edfa815ee240ee57 (diff) | |
download | linux-c7e37b07cc7564a07125ae48c11fd1ca2bcbeae2.tar.xz |
ALSA: au88x0: fixed a typo
Fixed typo in the word communicate
Signed-off-by: Ghanshyam Agrawal <ghanshyam1898@gmail.com>
Link: https://lore.kernel.org/r/20231218065442.43523-1-ghanshyam1898@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/au88x0/au88x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 :-) */ |