From 758b012ff23597faa099a2f9562a54f1bae2cca6 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 14 Aug 2013 11:12:57 +0200 Subject: [PATCH] fix a comment --- mysys/my_getsystime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()