summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-10-07 01:45:06 +0300
committerbell@sanja.is.com.ua <>2004-10-07 01:45:06 +0300
commit3ef0b19cd374970fb2a3e6e963b779186a1a6fae (patch)
tree1962b7cafa7e8bfcfcdc7410d38cf3144d2a6604 /sql/item_strfunc.h
parenta9b759af3ea6d8e03ae64b97f9cca8d3e9dfc4e4 (diff)
downloadmariadb-git-3ef0b19cd374970fb2a3e6e963b779186a1a6fae.tar.gz
fixed & added comments (according to Igor's review and a bit more)
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