time.rs: Make spelling of "Darwin" consistent
This commit is contained in:
parent
4ffb5c5954
commit
8f11127d89
@ -159,7 +159,7 @@ pub struct Instant(time::Instant);
|
||||
/// | CloudABI | [clock_time_get (Realtime Clock)] |
|
||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||
/// | UNIX | [clock_gettime (Realtime Clock)] |
|
||||
/// | DARWIN | [gettimeofday] |
|
||||
/// | Darwin | [gettimeofday] |
|
||||
/// | VXWorks | [clock_gettime (Realtime Clock)] |
|
||||
/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
|
||||
/// | Windows | [GetSystemTimePreciseAsFileTime] / [GetSystemTimeAsFileTime] |
|
||||
|
Loading…
x
Reference in New Issue
Block a user