diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2013-04-15 12:06:10 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-04-15 11:40:32 +0200 |
commit | d50ba3687b99213501463a1947e3dd5b98bc2d99 (patch) | |
tree | e558a8104be32bdc1dfa26c0fc40a5cae775b601 /arch/x86/lib/memmove_64.S | |
parent | bb916ff7cda2ad52be433b7b1f355b79b5d7d5ee (diff) | |
download | talos-op-linux-d50ba3687b99213501463a1947e3dd5b98bc2d99.tar.gz talos-op-linux-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/memmove_64.S')
-rw-r--r-- | arch/x86/lib/memmove_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/memmove_64.S b/arch/x86/lib/memmove_64.S index f3d83cbfc831..65268a6104f4 100644 --- a/arch/x86/lib/memmove_64.S +++ b/arch/x86/lib/memmove_64.S @@ -27,7 +27,7 @@ ENTRY(memmove) CFI_STARTPROC - /* Handle more 32bytes in loop */ + /* Handle more 32 bytes in loop */ mov %rdi, %rax cmp $0x20, %rdx jb 1f |