Skip to content

Commit 8f11127

Browse files
authoredSep 4, 2020
time.rs: Make spelling of "Darwin" consistent
1 parent 4ffb5c5 commit 8f11127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/std/src/time.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub struct Instant(time::Instant);
159159
/// | CloudABI | [clock_time_get (Realtime Clock)] |
160160
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
161161
/// | UNIX | [clock_gettime (Realtime Clock)] |
162-
/// | DARWIN | [gettimeofday] |
162+
/// | Darwin | [gettimeofday] |
163163
/// | VXWorks | [clock_gettime (Realtime Clock)] |
164164
/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
165165
/// | Windows | [GetSystemTimePreciseAsFileTime] / [GetSystemTimeAsFileTime] |

0 commit comments

Comments
 (0)
Please sign in to comment.