summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-10-07 01:45:06 +0300
committerunknown <bell@sanja.is.com.ua>2004-10-07 01:45:06 +0300
commitd75b2662c94dc0e2049efe3c2f26543f1d168572 (patch)
tree1962b7cafa7e8bfcfcdc7410d38cf3144d2a6604 /sql/item_strfunc.h
parentec522a9e63200458b50ae081e1d30247a497f21c (diff)
downloadmariadb-git-d75b2662c94dc0e2049efe3c2f26543f1d168572.tar.gz
fixed & added comments (according to Igor's review and a bit more)
sql/item_strfunc.h: spelling fixed sql/parse_file.cc: spelling fixed sql/parse_file.h: spelling fixed sql/password.c: spelling fixed sql/sql_acl.cc: spelling fixed sql/sql_lex.cc: comments added and fixed sql/sql_parse.cc: spelling fixed sql/sql_show.cc: spelling fixed sql/sql_update.cc: comments fixed sql/sql_view.cc: comments added spelling and comments fixed // comments changed with /* */ ones sql/sql_yacc.yy: comments fixed sql/table.cc: spelling fixed comments added and fixed sql/table.h: spelling fixed comments fixed
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r--sql/item_strfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h
index c4881a465a2..111f0e20698 100644
--- a/sql/item_strfunc.h
+++ b/sql/item_strfunc.h
@@ -261,7 +261,7 @@ public:
Returns strcat('*', octet2hex(sha1(sha1(password)))). '*' stands for new
password format, sha1(sha1(password) is so-called hash_stage2 value.
Length of returned string is always 41 byte. To find out how entire
- authentification procedure works, see comments in password.c.
+ authentication procedure works, see comments in password.c.
*/
class Item_func_password :public Item_str_func