summaryrefslogtreecommitdiffstats
path: root/libc/string/strxfrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strxfrm.c')
-rwxr-xr-xlibc/string/strxfrm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strxfrm.c b/libc/string/strxfrm.c
index f1843b5..3c4d707 100755
--- a/libc/string/strxfrm.c
+++ b/libc/string/strxfrm.c
@@ -29,7 +29,7 @@
/*
* Transform string s2 to string s1 using the current locale so that
- * strcmp of transformed strings yields the same result as strcoll.
+ * strcmp of transformed strings yields the same result as strcoll.
* Since Bionic really does not support locales, we assume we always use
* the C locale.
*