[review] fix comment
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
parent
ff12ab2d99
commit
6c92bae7fa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub mod inner {
|
|||
|
||||
pub(in crate::time) const ZERO: time::Instant = time::Instant::zero();
|
||||
|
||||
// bits 30 and 31 are never used since the seconds part never exceeds 10^9
|
||||
// bits 30 and 31 are never used since the nanoseconds part never exceeds 10^9
|
||||
const UNINITIALIZED: u64 = 0b11 << 30;
|
||||
static MONO: AtomicU64 = AtomicU64::new(UNINITIALIZED);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue