summaryrefslogtreecommitdiff
path: root/lib/libc/i386/string/strcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/string/strcmp.S')
-rw-r--r--lib/libc/i386/string/strcmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/string/strcmp.S b/lib/libc/i386/string/strcmp.S
index 7631e4103839..045e95a865f4 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)