瀏覽代碼

Change "useing" -> "using".

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Dmitri Vorobiev 16 年之前
父節點
當前提交
b9049df5a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/workqueue.h

+ 1 - 1
include/linux/workqueue.h

@@ -94,7 +94,7 @@ struct execute_work {
 /*
  * initialize all of a work item in one go
  *
- * NOTE! No point in using "atomic_long_set()": useing a direct
+ * NOTE! No point in using "atomic_long_set()": using a direct
  * assignment of the work data initializer allows the compiler
  * to generate better code.
  */