aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/memcpy_64.S
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2013-04-15 12:06:10 +0300
committerIngo Molnar <mingo@kernel.org>2013-04-15 11:40:32 +0200
commitd50ba3687b99213501463a1947e3dd5b98bc2d99 (patch)
treee558a8104be32bdc1dfa26c0fc40a5cae775b601 /arch/x86/lib/memcpy_64.S
parentx86/lib: Fix spelling in the comments (diff)
downloadlinux-dev-d50ba3687b99213501463a1947e3dd5b98bc2d99.tar.xz
linux-dev-d50ba3687b99213501463a1947e3dd5b98bc2d99.zip
x86/lib: Fix spelling, put space between a numeral and its units
As suggested by Peter Anvin. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Cc: H . Peter Anvin <hpa@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/lib/memcpy_64.S')
-rw-r--r--arch/x86/lib/memcpy_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/memcpy_64.S b/arch/x86/lib/memcpy_64.S
index 1c273be7c97e..56313a326188 100644
--- a/arch/x86/lib/memcpy_64.S
+++ b/arch/x86/lib/memcpy_64.S
@@ -98,7 +98,7 @@ ENTRY(memcpy)
subq $0x20, %rdx
/*
* At most 3 ALU operations in one cycle,
- * so append NOPS in the same 16bytes trunk.
+ * so append NOPS in the same 16 bytes trunk.
*/
.p2align 4
.Lcopy_backward_loop: