diff options
author | billf <billf@FreeBSD.org> | 2002-03-10 12:08:28 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2002-03-10 12:08:28 +0000 |
commit | f9f9d37294b73adf2685f285d3aa78ee1ea818df (patch) | |
tree | 80e15d2067702fccececa7d5b57c044d302321b9 /lib/libc/i386/string/strcmp.S | |
parent | e28f5bfbe149c363a451afefcb8037cc742eb66a (diff) | |
download | FreeBSD-src-f9f9d37294b73adf2685f285d3aa78ee1ea818df.zip FreeBSD-src-f9f9d37294b73adf2685f285d3aa78ee1ea818df.tar.gz |
cosmetic: spell 'cashe' as 'cache'
Diffstat (limited to 'lib/libc/i386/string/strcmp.S')
-rw-r--r-- | lib/libc/i386/string/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S index 7631e41..045e95a 100644 --- a/lib/libc/i386/string/strcmp.S +++ b/lib/libc/i386/string/strcmp.S @@ -51,7 +51,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(strcmp) |