From: Chen Hanxiao Date: Wed, 13 May 2015 10:10:05 +0000 (-0400) Subject: workqueue: fix a typo X-Git-Tag: v4.2-rc1~82^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b749b1b67351bd9be1aa640cadf66d32dfcccfd1;p=karo-tx-linux.git workqueue: fix a typo s/detemined/determined Signed-off-by: Chen Hanxiao Signed-off-by: Tejun Heo --- 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. */