mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
No bug: Fix comment in TimeStamp_posix.cpp. DONTBUILD
This commit is contained in:
parent
9af14c557f
commit
b09af6f193
@ -38,7 +38,7 @@ static uint64_t
|
||||
ClockTimeNs()
|
||||
{
|
||||
struct timespec ts;
|
||||
// this can't fail: we know &ts is valid, and TimeStamp::Init()
|
||||
// this can't fail: we know &ts is valid, and TimeStamp::Startup()
|
||||
// checks that CLOCK_MONOTONIC is supported (and aborts if not)
|
||||
clock_gettime(CLOCK_MONOTONIC, &ts);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user