diff options
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 75ef61e35e38..2a560bb2573b 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 |