diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:22 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:43 +0200 |
| commit | 17e335c45b61069caaeeafe879554f743635eec2 (patch) | |
| tree | 7d937851df3594ea17a78c630107ecfd4a1de556 | |
| parent | 648324a4d3421828d7d40c93782ac980b16a8ba3 (diff) | |
| download | linux-next-17e335c45b61069caaeeafe879554f743635eec2.tar.gz linux-next-17e335c45b61069caaeeafe879554f743635eec2.zip | |
ALSA: hdsp: fix typos in comments
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260915084424.1007757-22-hemanth.selam@gmail.com
| -rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 31cc2d91c8d2..0ade73057731 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c @@ -3664,7 +3664,7 @@ snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_iprintf(buffer, "\n"); - /* Informations about H9632 specific controls */ + /* Information about H9632 specific controls */ if (hdsp->io_type == H9632) { char *tmp; |
