]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86/lib: Fix spelling in the comments
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Apr 2013 09:06:09 +0000 (12:06 +0300)
committerIngo Molnar <mingo@kernel.org>
Mon, 15 Apr 2013 09:40:31 +0000 (11:40 +0200)
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>
arch/x86/lib/memcpy_32.c
arch/x86/lib/memmove_64.S

index b908a59eccf52fe4ab22382ae793cb2a9f023e4f..20b0eaf14c605c1b078cb2eea4437c15d48a6430 100644 (file)
@@ -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"
index ee164610ec46175e31ae937a566a59f16eabdff8..f3d83cbfc831bf1ef86e5291014f0f26b9f2a6b5 100644 (file)
@@ -56,7 +56,7 @@ ENTRY(memmove)
 3:
        sub $0x20, %rdx
        /*
-        * We gobble 32byts forward in each loop.
+        * We gobble 32 bytes forward in each loop.
         */
 5:
        sub $0x20, %rdx
@@ -122,7 +122,7 @@ ENTRY(memmove)
        addq %rdx, %rdi
        subq $0x20, %rdx
        /*
-        * We gobble 32byts backward in each loop.
+        * We gobble 32 bytes backward in each loop.
         */
 8:
        subq $0x20, %rdx