Skip to content

Commit 6c92bae

Browse files
the8472Amanieu
andauthored
[review] fix comment
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent ff12ab2 commit 6c92bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/time/monotonic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod inner {
1414

1515
pub(in crate::time) const ZERO: time::Instant = time::Instant::zero();
1616

17-
// bits 30 and 31 are never used since the seconds part never exceeds 10^9
17+
// bits 30 and 31 are never used since the nanoseconds part never exceeds 10^9
1818
const UNINITIALIZED: u64 = 0b11 << 30;
1919
static MONO: AtomicU64 = AtomicU64::new(UNINITIALIZED);
2020

0 commit comments

Comments
 (0)