diff options
author | unknown <bell@sanja.is.com.ua> | 2004-10-07 01:45:06 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-10-07 01:45:06 +0300 |
commit | 640fefffa7996b5ee68761472fa3000e6e7abc88 (patch) | |
tree | 1962b7cafa7e8bfcfcdc7410d38cf3144d2a6604 /sql/password.c | |
parent | dc25de58e58bf64c82e290b5c625fb68caa82953 (diff) | |
download | mariadb-git-640fefffa7996b5ee68761472fa3000e6e7abc88.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/password.c')
-rw-r--r-- | sql/password.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/password.c b/sql/password.c index 0ac91346a55..115c1ef83ef 100644 --- a/sql/password.c +++ b/sql/password.c @@ -65,7 +65,7 @@ #include <sha1.h> #include "mysql.h" -/************ MySQL 3.23-4.0 authentification routines: untouched ***********/ +/************ MySQL 3.23-4.0 authentication routines: untouched ***********/ /* New (MySQL 3.21+) random generation structure initialization @@ -280,7 +280,7 @@ void make_password_from_salt_323(char *to, const ulong *salt) /* - **************** MySQL 4.1.1 authentification routines ************* + **************** MySQL 4.1.1 authentication routines ************* */ /* |