Fixed another incorrect comment

This commit is contained in:
tgschultz 2018-04-18 19:57:47 -05:00
parent fdebe38fa3
commit 3c9b6f8cd5

View File

@ -56,7 +56,7 @@ pub fn timestamp() u64 {
return @divFloor(milliTimestamp(), ms_per_s);
}
/// Get the posix timestamp, UTC, in nanoseconds
/// Get the posix timestamp, UTC, in milliseconds
pub const milliTimestamp = switch(builtin.os) {
Os.windows => milliTimestampWindows,
Os.linux => milliTimestampPosix,