Skip to content

Commit 3ddf061

Browse files
authored
Rollup merge of #129890 - alex:patch-1, r=workingjubilee
Remove stray word in a comment
2 parents 929b308 + 06e3552 commit 3ddf061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/once_lock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl<T> OnceLock<T> {
517517
res = Err(e);
518518

519519
// Treat the underlying `Once` as poisoned since we
520-
// failed to initialize our value. Calls
520+
// failed to initialize our value.
521521
p.poison();
522522
}
523523
}

0 commit comments

Comments
 (0)