Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9de4966a authored by Bart Van Assche's avatar Bart Van Assche Committed by Ingo Molnar
Browse files

x86: Fix spelling error in the memcpy() source code comment



Signed-off-by: default avatarBart 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: default avatarIngo Molnar <mingo@elte.hu>
parent 9f1f1bfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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