mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] speakup: Fix duplicate word in comment
@ 2026-08-28  7:25 Mahantesh
  2026-08-28 19:50 ` Samuel Thibault
  0 siblings, 1 reply; 2+ messages in thread
From: Mahantesh @ 2026-08-28  7:25 UTC (permalink / raw)
  To: w.d.hubbs, chris, kirk, samuel.thibault; +Cc: speakup, linux-kernel, Mahantesh

Remove the duplicate word "the" in a comment in speakup_soft.c.

Signed-off-by: Mahantesh <mahantesh9789@gmail.com>
---
 drivers/accessibility/speakup/speakup_soft.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/accessibility/speakup/speakup_soft.c b/drivers/accessibility/speakup/speakup_soft.c
index 6d446824677b..6549bfb96e7f 100644
--- a/drivers/accessibility/speakup/speakup_soft.c
+++ b/drivers/accessibility/speakup/speakup_soft.c
@@ -446,7 +446,7 @@ static int softsynth_adjust(struct spk_synth *synth, struct st_var_header *var)
 	if (var->var_id != PUNC_LEVEL)
 		return 0;
 
-	/* We want to set the the speech synthesis punctuation level
+	/* We want to set the speech synthesis punctuation level
 	 * accordingly, so it properly tunes speaking A_PUNC characters */
 	var_data = var->data;
 	if (!var_data)
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-28 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28  7:25 [PATCH] speakup: Fix duplicate word in comment Mahantesh
2026-08-28 19:50 ` Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®