summaryrefslogtreecommitdiff
path: root/mysys/my_getsystime.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-08-14 11:12:57 +0200
committerSergei Golubchik <sergii@pisem.net>2013-08-14 11:12:57 +0200
commit758b012ff23597faa099a2f9562a54f1bae2cca6 (patch)
treefa9995e15512e6b96d19bb42ee0d83fe13ddd38c /mysys/my_getsystime.c
parentb59738a598569ace75be5e63b7ed6ca69afe6ebc (diff)
downloadmariadb-git-758b012ff23597faa099a2f9562a54f1bae2cca6.tar.gz
fix a comment
Diffstat (limited to 'mysys/my_getsystime.c')
-rw-r--r--mysys/my_getsystime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_getsystime.c b/mysys/my_getsystime.c
index 74289556262..1cedeb21d6e 100644
--- a/mysys/my_getsystime.c
+++ b/mysys/my_getsystime.c
@@ -113,7 +113,7 @@ void my_time_init()
/*
- Return cpu time in milliseconds * 10
+ Return cpu time in 1/10th on a microsecond (1e-7 s)
*/
ulonglong my_getcputime()