diff options
author | Bart Van Assche <bvanassche@acm.org> | 2011-05-01 08:09:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-01 13:16:18 -0400 |
commit | 9de4966a4d218f29c68e96e8e7b4d2840dedec79 (patch) | |
tree | 6d333a3f50903c29e350c573c34e9b889ece3dcc /arch/x86/lib | |
parent | 9f1f1bfd8d7e579f07dbe56d6f93bd594da43b3d (diff) |
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>
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/memcpy_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/memcpy_64.S b/arch/x86/lib/memcpy_64.S index 75ef61e35e3..2a560bb2573 100644 --- a/arch/x86/lib/memcpy_64.S +++ b/arch/x86/lib/memcpy_64.S | |||
@@ -49,7 +49,7 @@ ENTRY(memcpy) | |||
49 | jb .Lhandle_tail | 49 | jb .Lhandle_tail |
50 | 50 | ||
51 | /* | 51 | /* |
52 | * We check whether memory false dependece could occur, | 52 | * We check whether memory false dependence could occur, |
53 | * then jump to corresponding copy mode. | 53 | * then jump to corresponding copy mode. |
54 | */ | 54 | */ |
55 | cmp %dil, %sil | 55 | cmp %dil, %sil |