[PATCH v2 18/23] ALSA: pcxhr: fix typos in comments

From: Hemanth Selam

Date: Tue Sep 15 2026 - 05:03:31 EST


Correct spelling mistakes in comments. No functional change.

Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
sound/pci/pcxhr/pcxhr_core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c
index b3b9ab4f303e..f855d3bfad4b 100644
--- a/sound/pci/pcxhr/pcxhr_core.c
+++ b/sound/pci/pcxhr/pcxhr_core.c
@@ -802,7 +802,7 @@ static int pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr,
err);
return err;
}
- /* if the pipe couldn't be prepaired for start,
+ /* if the pipe couldn't be prepared for start,
* retry it later
*/
if (rmh.stat[0] == 0)
@@ -913,7 +913,7 @@ int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask,
if (err)
return err;
if (state == 0)
- break; /* success, all pipes prepaired */
+ break; /* success, all pipes prepared */
mdelay(1); /* wait 1 millisecond and retry */
}
} else {
--
2.48.1