diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-14 11:12:57 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-14 11:12:57 +0200 |
commit | 758b012ff23597faa099a2f9562a54f1bae2cca6 (patch) | |
tree | fa9995e15512e6b96d19bb42ee0d83fe13ddd38c /mysys/my_getsystime.c | |
parent | b59738a598569ace75be5e63b7ed6ca69afe6ebc (diff) | |
download | mariadb-git-758b012ff23597faa099a2f9562a54f1bae2cca6.tar.gz |
fix a comment
Diffstat (limited to 'mysys/my_getsystime.c')
-rw-r--r-- | mysys/my_getsystime.c | 2 |
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() |