2009-06-23 09:30:11

by Dmitri Vorobiev

[permalink] [raw]
Subject: [PATCH] Fix a typo in linux/workqueue.h

Change "useing" -> "using".

Signed-off-by: Dmitri Vorobiev <[email protected]>
---
include/linux/workqueue.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 13e1adf..f3a61fd 100644
--- a/include/linux/workqueue.h
+++ b/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.
*/
--
1.6.0.4


2009-06-23 10:09:48

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] Fix a typo in linux/workqueue.h

On Tue, 23 Jun 2009, Dmitri Vorobiev wrote:

> Change "useing" -> "using".
>
> Signed-off-by: Dmitri Vorobiev <[email protected]>
> ---
> include/linux/workqueue.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
> index 13e1adf..f3a61fd 100644
> --- a/include/linux/workqueue.h
> +++ b/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.
> */

Applied to trivial queue, thanks Dmitri.

--
Jiri Kosina
SUSE Labs