]> git.karo-electronics.de Git - linux-beck.git/commitdiff
remove duplicate "until" from kernel/workqueue.c
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Tue, 3 Oct 2006 21:07:31 +0000 (23:07 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:07:31 +0000 (23:07 +0200)
s/until until/until/

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
kernel/workqueue.c

index 835fe28b87a8325c1cfb691de03dd7e2615ea943..cfc737bffe6deb8d5b2c97658b19e7917e296cce 100644 (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.