mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
Accessibility: speakup_soft: Fix double word in comments
Remove the repeated word "the" in comments. Signed-off-by: Bo Liu <liubo03@inspur.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Link: https://patch.msgid.link/20260531230804.254962-11-samuel.thibault@ens-lyon.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6a19ad4d68
commit
7955022a98
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user