summaryrefslogtreecommitdiff
path: root/sql/password.c
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/password.c
parenta9b759af3ea6d8e03ae64b97f9cca8d3e9dfc4e4 (diff)
downloadmariadb-git-3ef0b19cd374970fb2a3e6e963b779186a1a6fae.tar.gz
fixed & added comments (according to Igor's review and a bit more)
Diffstat (limited to 'sql/password.c')
-rw-r--r--sql/password.c4
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 *************
*/
/*