about summary refs log tree commit diff
path: root/string/test-strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-strncasecmp.c')
-rw-r--r--string/test-strncasecmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c
index 6246fe5c1b..5f0654efc5 100644
--- a/string/test-strncasecmp.c
+++ b/string/test-strncasecmp.c
@@ -119,7 +119,7 @@ do_test (size_t align1, size_t align2, size_t n, size_t len, int max_char,
   else
     s2[len - 1] -= exp_result;
 
-  /* For some locals this is not guranteed yet.  */
+  /* For some locals this is not guaranteed yet.  */
   if (tolower (s1[len - 1]) - tolower (s2[len - 1]) != exp_result)
     {
       if (exp_result == -1)