mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 14:45:14 +00:00
x86: Fix spelling error in the memcpy() source code comment
Signed-off-by: Bart Van Assche <bvanassche@acm.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Link: http://lkml.kernel.org/r/201105011409.21629.bvanassche@acm.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
9f1f1bfd8d
commit
9de4966a4d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ENTRY(memcpy)
|
|||
jb .Lhandle_tail
|
||||
|
||||
/*
|
||||
* We check whether memory false dependece could occur,
|
||||
* We check whether memory false dependence could occur,
|
||||
* then jump to corresponding copy mode.
|
||||
*/
|
||||
cmp %dil, %sil
|
||||
|
|
Loading…
Add table
Reference in a new issue