Skip to content

Commit 9a76abd

Browse files
authored
Remove stray word in a comment
1 parent c4aa66a commit 9a76abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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