fix comment
This commit is contained in:
@@ -50,8 +50,8 @@ public:
|
|||||||
static int64_t GetMicrosecondsSinceStart( bool bAccurate );
|
static int64_t GetMicrosecondsSinceStart( bool bAccurate );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/* This is a helper for GetMicrosecondsSinceStart on systems with a system
|
/* This are helpers for GetMicrosecondsSinceStart on systems with a timer
|
||||||
* timer that may loop or move backwards. */
|
* that may loop or move backwards. */
|
||||||
static uint64_t FixupTimeIfLooped( uint64_t usecs );
|
static uint64_t FixupTimeIfLooped( uint64_t usecs );
|
||||||
static uint64_t FixupTimeIfBackwards( uint64_t usecs );
|
static uint64_t FixupTimeIfBackwards( uint64_t usecs );
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user