x86/lib: Fix spelling in the comments
Apparently 'byts' should be 'bytes'. 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>
This commit is contained in:

committed by
Ingo Molnar

parent
73f460408c
commit
bb916ff7cd
@@ -51,7 +51,7 @@ void *memmove(void *dest, const void *src, size_t n)
|
||||
"sub $0x10, %0\n\t"
|
||||
|
||||
/*
|
||||
* We gobble 16byts forward in each loop.
|
||||
* We gobble 16 bytes forward in each loop.
|
||||
*/
|
||||
"3:\n\t"
|
||||
"sub $0x10, %0\n\t"
|
||||
@@ -117,7 +117,7 @@ void *memmove(void *dest, const void *src, size_t n)
|
||||
"sub $0x10, %0\n\t"
|
||||
|
||||
/*
|
||||
* We gobble 16byts backward in each loop.
|
||||
* We gobble 16 bytes backward in each loop.
|
||||
*/
|
||||
"7:\n\t"
|
||||
"sub $0x10, %0\n\t"
|
||||
|
Reference in New Issue
Block a user