summaryrefslogtreecommitdiff
path: root/include/mysql
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2015-03-12 07:17:16 +1100
committerSergei Golubchik <serg@mariadb.org>2015-12-11 15:21:42 +0100
commit98381cb21b6e94474f0484b8b18d052fcbf97891 (patch)
tree8e4d66522963babb22b1fb519919b36a6510b615 /include/mysql
parentd09c60cff9027f45ea526cf755305c3d9a9079c2 (diff)
downloadmariadb-git-98381cb21b6e94474f0484b8b18d052fcbf97891.tar.gz
Correct comments before mysql_socket_{g|s}etfd to refer to the right function
Diffstat (limited to 'include/mysql')
-rw-r--r--include/mysql/psi/mysql_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql/psi/mysql_socket.h b/include/mysql/psi/mysql_socket.h
index e1d56539f85..1573fe77a9a 100644
--- a/include/mysql/psi/mysql_socket.h
+++ b/include/mysql/psi/mysql_socket.h
@@ -149,7 +149,7 @@ MYSQL_SOCKET socket __attribute__ ((unused))
/**
MYSQL_SOCKET helper. Get socket descriptor.
@param mysql_socket Instrumented socket
- @sa mysql_socket_setfd
+ @sa mysql_socket_getfd
*/
static inline my_socket
mysql_socket_getfd(MYSQL_SOCKET mysql_socket)
@@ -161,7 +161,7 @@ mysql_socket_getfd(MYSQL_SOCKET mysql_socket)
MYSQL_SOCKET helper. Set socket descriptor.
@param mysql_socket Instrumented socket
@param fd Socket descriptor
- @sa mysql_socket_getfd
+ @sa mysql_socket_setfd
*/
static inline void
mysql_socket_setfd(MYSQL_SOCKET *mysql_socket, my_socket fd)