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 {
5656 return @divFloor(milliTimestamp(), ms_per_s);
5757}
5858
59/// Get the posix timestamp, UTC, in nanoseconds
59/// Get the posix timestamp, UTC, in milliseconds
6060pub const milliTimestamp = switch(builtin.os) {
6161 Os.windows => milliTimestampWindows,
6262 Os.linux => milliTimestampPosix,