[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9de4966a4d218f29c68e96e8e7b4d2840dedec79@git.kernel.org>
Date: Sun, 1 May 2011 17:44:27 GMT
From: tip-bot for Bart Van Assche <bvanassche@....org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
bvanassche@....org, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:x86/cleanups] x86: Fix spelling error in the memcpy() source code comment
Commit-ID: 9de4966a4d218f29c68e96e8e7b4d2840dedec79
Gitweb: http://git.kernel.org/tip/9de4966a4d218f29c68e96e8e7b4d2840dedec79
Author: Bart Van Assche <bvanassche@....org>
AuthorDate: Sun, 1 May 2011 14:09:21 +0200
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Sun, 1 May 2011 19:16:18 +0200
x86: Fix spelling error in the memcpy() source code comment
Signed-off-by: Bart Van Assche <bvanassche@....org>
Cc: "H. Peter Anvin" <hpa@...or.com>
Link: http://lkml.kernel.org/r/201105011409.21629.bvanassche@acm.org
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
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 75ef61e..2a560bb 100644
--- 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 dependence could occur,
* then jump to corresponding copy mode.
*/
cmp %dil, %sil
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists