Commit 3c9b6f8cd5

tgschultz <tgschultz@gmail.com>
2018-04-19 02:57:47
Fixed another incorrect comment
1 parent fdebe38
Changed files (1)
std
std/os/time.zig
@@ -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,