Skip to content

Commit 5449a42

Browse files
committed
Fix small typo in time comment
1 parent d75f48e commit 5449a42

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)