ALSA: sparc: dbri: fix repeated word 'the'
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 16 Oct 2020 17:44:05 +0000 (10:44 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 17 Oct 2020 07:58:35 +0000 (09:58 +0200)
Change the duplicated word "the" to "Then the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201016174405.17745-1-rdunlap@infradead.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sparc/dbri.c

index 913adc8..5a6fb66 100644 (file)
@@ -620,7 +620,7 @@ A circular command buffer is used here. A new command is being added
 while another can be executed. The scheme works by adding two WAIT commands
 after each sent batch of commands. When the next batch is prepared it is
 added after the WAIT commands then the WAITs are replaced with single JUMP
-command to the new batch. The the DBRI is forced to reread the last WAIT
+command to the new batch. Then the DBRI is forced to reread the last WAIT
 command (replaced by the JUMP by then). If the DBRI is still executing
 previous commands the request to reread the WAIT command is ignored.