1
Fork 0

Fix small typo in time comment

This commit is contained in:
BlackHoleFox 2020-12-29 02:10:29 -06:00
parent d75f48e04d
commit 5449a42a1c

View file

@ -237,7 +237,7 @@ mod inner {
// `denom` field. // `denom` field.
// //
// Encoding this as a single `AtomicU64` allows us to use `Relaxed` // Encoding this as a single `AtomicU64` allows us to use `Relaxed`
// operations, as we are only interested in in the effects on a single // operations, as we are only interested in the effects on a single
// memory location. // memory location.
static INFO_BITS: AtomicU64 = AtomicU64::new(0); static INFO_BITS: AtomicU64 = AtomicU64::new(0);