authorgravatar for tgschultz@gmail.comtgschultz <tgschultz@gmail.com> 2018-04-18 19:57:47-05:00
committergravatar for tgschultz@gmail.comtgschultz <tgschultz@gmail.com> 2018-04-18 19:57:47-05:00
log3c9b6f8cd54b9ffa1fd4c32fd2811a7c20c04b62
tree3af3880ee8caf9ca97b036586ed72b506a0f837e
parentfdebe38fa3763fe60aab191ed3fb44bfdb9a3b6f

Fixed another incorrect comment


1 files changed, 1 insertions(+), 1 deletions(-)

std/os/time.zig+1-1
...@@ -56,7 +56,7 @@ pub fn timestamp() u64 {...@@ -56,7 +56,7 @@ pub fn timestamp() u64 {
56 return @divFloor(milliTimestamp(), ms_per_s);56 return @divFloor(milliTimestamp(), ms_per_s);
57}57}
5858
59/// Get the posix timestamp, UTC, in nanoseconds59/// Get the posix timestamp, UTC, in milliseconds
60pub const milliTimestamp = switch(builtin.os) {60pub const milliTimestamp = switch(builtin.os) {
61 Os.windows => milliTimestampWindows,61 Os.windows => milliTimestampWindows,
62 Os.linux => milliTimestampPosix,62 Os.linux => milliTimestampPosix,