summaryrefslogtreecommitdiff
path: root/sound/sparc
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-10-16 10:44:05 -0700
committerTakashi Iwai <tiwai@suse.de>2020-10-17 09:58:35 +0200
commita97cbcd00f05a23146fdd8269011c40b7229242d (patch)
treeb54e1ddef9ccf14d563db3f124f5541e4ca2d1ae /sound/sparc
parentce1558c285f9ad04c03b46833a028230771cc0a7 (diff)
ALSA: sparc: dbri: fix repeated word 'the'
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>
Diffstat (limited to 'sound/sparc')
-rw-r--r--sound/sparc/dbri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c
index 913adc8568d5..5a6fb66dd118 100644
--- a/sound/sparc/dbri.c
+++ b/sound/sparc/dbri.c
@@ -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.