diff options
Diffstat (limited to 'lib/libc/i386/string/strcat.S')
-rw-r--r-- | lib/libc/i386/string/strcat.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/strcat.S b/lib/libc/i386/string/strcat.S index d05a308..9d2c659 100644 --- a/lib/libc/i386/string/strcat.S +++ b/lib/libc/i386/string/strcat.S @@ -47,7 +47,7 @@ /* * I've unrolled the loop eight times: large enough to make a * significant difference, and small enough not to totally trash the - * cashe. + * cache. */ ENTRY(strcat) |