summaryrefslogtreecommitdiff
path: root/arch/x86/lib/memcpy_32.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2013-04-15 09:06:10 (GMT)
committerIngo Molnar <mingo@kernel.org>2013-04-15 09:40:32 (GMT)
commitd50ba3687b99213501463a1947e3dd5b98bc2d99 (patch)
treee558a8104be32bdc1dfa26c0fc40a5cae775b601 /arch/x86/lib/memcpy_32.c
parentbb916ff7cda2ad52be433b7b1f355b79b5d7d5ee (diff)
downloadlinux-d50ba3687b99213501463a1947e3dd5b98bc2d99.tar.xz
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_32.c')
-rw-r--r--arch/x86/lib/memcpy_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/memcpy_32.c b/arch/x86/lib/memcpy_32.c
index 20b0eaf..e78761d 100644
--- a/arch/x86/lib/memcpy_32.c
+++ b/arch/x86/lib/memcpy_32.c
@@ -26,7 +26,7 @@ void *memmove(void *dest, const void *src, size_t n)
char *ret = dest;
__asm__ __volatile__(
- /* Handle more 16bytes in loop */
+ /* Handle more 16 bytes in loop */
"cmp $0x10, %0\n\t"
"jb 1f\n\t"