Skip to content

Commit 06e3552

Browse files
authoredSep 2, 2024
Remove stray word in a comment
1 parent 9b82580 commit 06e3552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)