diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-27 18:12:17 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-10-27 18:12:17 +0300 |
commit | c3f923857a1cfcec4f1d037b20427931f8fe9a51 (patch) | |
tree | da83416098275366755d4a84c9b2d11c020d739f /include | |
parent | a213162c0d15dfecaa6ed8eb71eb5095ad6be1c3 (diff) | |
download | mariadb-git-c3f923857a1cfcec4f1d037b20427931f8fe9a51.tar.gz |
Bug #57774: Typos/ambiguities in the WL1054 comments
Fixed few typos and added better wording as suggested.
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/plugin_auth.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mysql/plugin_auth.h b/include/mysql/plugin_auth.h index 5622e9cdebe..420eb3bb80f 100644 --- a/include/mysql/plugin_auth.h +++ b/include/mysql/plugin_auth.h @@ -90,8 +90,8 @@ typedef struct st_mysql_server_auth_info int password_used; /** - Set to the name of the connected client if it can be resolved, or to - the address otherwise + Set to the name of the connected client host, if it can be resolved, + or to its IP address otherwise. */ const char *host_or_ip; @@ -107,7 +107,7 @@ typedef struct st_mysql_server_auth_info */ struct st_mysql_auth { - int interface_version; /**< version plugin uses */ + int interface_version; /** version plugin uses */ /** A plugin that a client must use for authentication with this server plugin. Can be NULL to mean "any plugin". |