projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1f1bf
)
x86: Fix spelling error in the memcpy() source code comment
author
Bart Van Assche
<bvanassche@acm.org>
Sun, 1 May 2011 12:09:21 +0000
(14:09 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 1 May 2011 17:16:18 +0000
(19:16 +0200)
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>
arch/x86/lib/memcpy_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/lib/memcpy_64.S
b/arch/x86/lib/memcpy_64.S
index 75ef61e35e38aee1cf62b05a48f1add62b148f98..2a560bb2573b01bb3ac39211de00066319819fd4 100644
(file)
--- a/
arch/x86/lib/memcpy_64.S
+++ b/
arch/x86/lib/memcpy_64.S
@@
-49,7
+49,7
@@
ENTRY(memcpy)
jb .Lhandle_tail
/*
- * We check whether memory false dependece could occur,
+ * We check whether memory false depende
n
ce could occur,
* then jump to corresponding copy mode.
*/
cmp %dil, %sil