Skip to content

Commit

Permalink
x86: Fix spelling error in the memcpy() source code comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bart Van Assche authored and Ingo Molnar committed May 1, 2011
1 parent 9f1f1bf commit 9de4966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/lib/memcpy_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9de4966

Please sign in to comment.