From f9f9d37294b73adf2685f285d3aa78ee1ea818df Mon Sep 17 00:00:00 2001 From: billf Date: Sun, 10 Mar 2002 12:08:28 +0000 Subject: cosmetic: spell 'cashe' as 'cache' --- lib/libc/i386/string/strcat.S | 2 +- lib/libc/i386/string/strcmp.S | 2 +- lib/libc/i386/string/strcpy.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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) 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) diff --git a/lib/libc/i386/string/strcpy.S b/lib/libc/i386/string/strcpy.S index c1dd092..b3bccc1 100644 --- a/lib/libc/i386/string/strcpy.S +++ b/lib/libc/i386/string/strcpy.S @@ -46,7 +46,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(strcpy) -- cgit v1.1