Skip to content

Commit c50800b

Browse files
authored
Rollup merge of #80469 - BlackHoleFox:fix-time-typo, r=jonas-schievink
Fix small typo in time comment I was reading through [this PR](https://github.com/rust-lang/rust/pull/77727/files) and noticed a [small typo](https://github.com/rust-lang/rust/pull/77727/files#diff-3183738c82f747fd92bb573712073aa384b16e14d154bf2df18f41077edc31cbR240) smuggled though. This just fixes that.
2 parents 231727d + 5449a42 commit c50800b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/time.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ mod inner {
237237
// `denom` field.
238238
//
239239
// 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
240+
// operations, as we are only interested in the effects on a single
241241
// memory location.
242242
static INFO_BITS: AtomicU64 = AtomicU64::new(0);
243243

0 commit comments

Comments
 (0)