We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f357926 commit c72a77eCopy full SHA for c72a77e
library/std/src/sys/unix/locks/fuchsia_mutex.rs
@@ -129,7 +129,7 @@ impl Mutex {
129
ZX_ERR_INVALID_ARGS | ZX_ERR_BAD_HANDLE | ZX_ERR_WRONG_TYPE => {
130
panic!(
131
"either the current thread is trying to lock a mutex it has
132
- already locked, or the previous uowner did not unlock the mutex
+ already locked, or the previous owner did not unlock the mutex
133
before exiting"
134
)
135
}
0 commit comments