mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Change "useing" -> "using".
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b519c15d4a
commit
b9049df5a0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue