We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f8285 commit 64ce665Copy full SHA for 64ce665
library/std/src/sys/pal/unix/locks/pthread_mutex.rs
@@ -116,7 +116,7 @@ impl Mutex {
116
// the lock call to never fail. Unfortunately however, some platforms
117
// (Solaris) do not conform to the standard, and instead always provide
118
// deadlock detection. How kind of them! Unfortunately that means that
119
- // we need to check the error code here. To save use from UB on other
+ // we need to check the error code here. To save us from UB on other
120
// less well-behaved platforms in the future, we do it even on "good"
121
// platforms like macOS. See #120147 for more context.
122
if r != 0 {
0 commit comments