summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
authorChen Hanxiao2015-05-13 12:10:05 +0200
committerTejun Heo2015-05-13 16:23:56 +0200
commitb749b1b67351bd9be1aa640cadf66d32dfcccfd1 (patch)
tree0773fc13ae263daa768038958940bba477323752 /kernel/workqueue.c
parentworkqueue: function name in the comment differs from the real function name (diff)
downloadkernel-qcow2-linux-b749b1b67351bd9be1aa640cadf66d32dfcccfd1.tar.gz
kernel-qcow2-linux-b749b1b67351bd9be1aa640cadf66d32dfcccfd1.tar.xz
kernel-qcow2-linux-b749b1b67351bd9be1aa640cadf66d32dfcccfd1.zip
workqueue: fix a typo
s/detemined/determined Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 4545f6732b69..dd243ce33a89 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -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.
*/