]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
workqueue: fix a typo
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Wed, 13 May 2015 10:10:05 +0000 (06:10 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 13 May 2015 14:23:56 +0000 (10:23 -0400)
s/detemined/determined

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c

index 4545f6732b69d899a5e5812210ea0bed03fac88a..dd243ce33a89c377bbe62c7147aa1b5938fc3332 100644 (file)
@@ -2618,7 +2618,7 @@ EXPORT_SYMBOL_GPL(flush_workqueue);
  * Wait until the workqueue becomes empty.  While draining is in progress,
  * only chain queueing is allowed.  IOW, only currently pending or running
  * work items on @wq can queue further work items on it.  @wq is flushed
- * repeatedly until it becomes empty.  The number of flushing is detemined
+ * repeatedly until it becomes empty.  The number of flushing is determined
  * by the depth of chaining and should be relatively short.  Whine if it
  * takes too long.
  */