summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-27 18:12:17 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-10-27 18:12:17 +0300
commitc3f923857a1cfcec4f1d037b20427931f8fe9a51 (patch)
treeda83416098275366755d4a84c9b2d11c020d739f /include
parenta213162c0d15dfecaa6ed8eb71eb5095ad6be1c3 (diff)
downloadmariadb-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.h6
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".