mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
owner is not micro (correct typo)
This commit is contained in:
parent
f357926837
commit
c72a77e093
@ -129,7 +129,7 @@ impl Mutex {
|
||||
ZX_ERR_INVALID_ARGS | ZX_ERR_BAD_HANDLE | ZX_ERR_WRONG_TYPE => {
|
||||
panic!(
|
||||
"either the current thread is trying to lock a mutex it has
|
||||
already locked, or the previous uowner did not unlock the mutex
|
||||
already locked, or the previous owner did not unlock the mutex
|
||||
before exiting"
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user