summaryrefslogtreecommitdiff
path: root/strings/ctype-utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/ctype-utf8.c')
-rw-r--r--strings/ctype-utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/ctype-utf8.c b/strings/ctype-utf8.c
index 44dc3d2e02d..f5bcb8686d5 100644
--- a/strings/ctype-utf8.c
+++ b/strings/ctype-utf8.c
@@ -4910,7 +4910,7 @@ my_strnxfrmlen_unicode_full_bin(CHARSET_INFO *cs, size_t len)
/*
We consider bytes with code more than 127 as a letter.
- This garantees that word boundaries work fine with regular
+ This guarantees that word boundaries work fine with regular
expressions. Note, there is no need to mark byte 255 as a
letter, it is illegal byte in UTF8.
*/
@@ -7303,7 +7303,7 @@ struct charset_info_st my_charset_filename=
/*
We consider bytes with code more than 127 as a letter.
- This garantees that word boundaries work fine with regular
+ This guarantees that word boundaries work fine with regular
expressions. Note, there is no need to mark byte 255 as a
letter, it is illegal byte in UTF8.
*/