Fix small typo in time comment
This commit is contained in:
parent
d75f48e04d
commit
5449a42a1c
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ mod inner {
|
|||
// `denom` field.
|
||||
//
|
||||
// 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.
|
||||
static INFO_BITS: AtomicU64 = AtomicU64::new(0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue