x86/lib: Fix spelling, put space between a numeral and its units
[firefly-linux-kernel-4.4.55.git] / arch / x86 / lib / memcpy_32.c
index 20b0eaf14c605c1b078cb2eea4437c15d48a6430..e78761d6b7f87811ea7f20feab53a72656547e1b 100644 (file)
@@ -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"