We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 231727d + 5449a42 commit c50800bCopy full SHA for c50800b
library/std/src/sys/unix/time.rs
@@ -237,7 +237,7 @@ mod inner {
237
// `denom` field.
238
//
239
// Encoding this as a single `AtomicU64` allows us to use `Relaxed`
240
- // 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
241
// memory location.
242
static INFO_BITS: AtomicU64 = AtomicU64::new(0);
243
0 commit comments