summaryrefslogtreecommitdiff
path: root/include/my_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_context.h')
-rw-r--r--include/my_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_context.h b/include/my_context.h
index b5daca25bba..1bf13fd1903 100644
--- a/include/my_context.h
+++ b/include/my_context.h
@@ -191,8 +191,8 @@ struct mysql_async_context {
my_bool r_my_bool;
} ret_result;
/*
- The timeout value, for suspended calls that need to wake up on a timeout
- (eg. mysql_real_connect_start().
+ The timeout value (in millisecods), for suspended calls that need to wake
+ up on a timeout (eg. mysql_real_connect_start().
*/
unsigned int timeout_value;
/*