diff options
author | fanquake <fanquake@gmail.com> | 2020-03-17 13:09:52 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-03-17 13:09:52 +0800 |
commit | f9f210d8de43b4559fe7c80bb286aeb60de52b54 (patch) | |
tree | 926e86479a0f727c086ecaa8c271dec6bc905e3a /src | |
parent | a8897115626ab6509c67511e50e73c0f7c953c6a (diff) |
doc: fix GetTimeMicros() comment in random.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <logging.h> // for LogPrintf() #include <sync.h> // for Mutex -#include <util/time.h> // for GetTime() +#include <util/time.h> // for GetTimeMicros() #include <stdlib.h> #include <thread> |