From f9f210d8de43b4559fe7c80bb286aeb60de52b54 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 17 Mar 2020 13:09:52 +0800 Subject: doc: fix GetTimeMicros() comment in random.cpp --- src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/random.cpp b/src/random.cpp index f53427c711..f7f3dd9de3 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -15,7 +15,7 @@ #endif #include // for LogPrintf() #include // for Mutex -#include // for GetTime() +#include // for GetTimeMicros() #include #include -- cgit v1.2.3