[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1431511805-30827-1-git-send-email-chenhanxiao@cn.fujitsu.com>
Date: Wed, 13 May 2015 06:10:05 -0400
From: Chen Hanxiao <chenhanxiao@...fujitsu.com>
To: Tejun Heo <tj@...nel.org>
CC: <linux-kernel@...r.kernel.org>
Subject: [PATCH] workqueue: fix a typo
s/detemined/determined
Signed-off-by: Chen Hanxiao <chenhanxiao@...fujitsu.com>
---
kernel/workqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 586ad91..1a092e1 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -2616,7 +2616,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.
*/
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists