diff options
author | unknown <bar@mysql.com/bar.intranet.mysql.r18.ru> | 2006-09-14 10:05:07 +0500 |
---|---|---|
committer | unknown <bar@mysql.com/bar.intranet.mysql.r18.ru> | 2006-09-14 10:05:07 +0500 |
commit | 342dea0e3525e7944262f5cee330043d4e98aa5b (patch) | |
tree | 368c1407d2a6df34df363d64924ac3ea91c27916 /include | |
parent | 4fd663b896bbbc22ff5b1aba805e460dfcc3d4e6 (diff) | |
download | mariadb-git-342dea0e3525e7944262f5cee330043d4e98aa5b.tar.gz |
Better comment text (thanks to SergeyP for suggestions made for the b#20471 patch)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index b9ed39414bb..09ebc781c8d 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -109,7 +109,7 @@ enum my_lex_states struct charset_info_st; -/* See strings/CHARSET_INFO.txt about information on this structure */ +/* See strings/CHARSET_INFO.txt for information about this structure */ typedef struct my_collation_handler_st { my_bool (*init)(struct charset_info_st *, void *(*alloc)(uint)); |