dect
/
linux-2.6
Archived
13
0
Fork 0

remove duplicate "until" from kernel/workqueue.c

s/until until/until/

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Rolf Eike Beer 2006-10-03 23:07:31 +02:00 committed by Adrian Bunk
parent c98acc5865
commit 9f5d785e93
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
* possible cpu).
*
* The sequence counters are for flush_scheduled_work(). It wants to wait
* until until all currently-scheduled works are completed, but it doesn't
* until all currently-scheduled works are completed, but it doesn't
* want to be livelocked by new, incoming ones. So it waits until
* remove_sequence is >= the insert_sequence which pertained when
* flush_scheduled_work() was called.