mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +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 => {
|
ZX_ERR_INVALID_ARGS | ZX_ERR_BAD_HANDLE | ZX_ERR_WRONG_TYPE => {
|
||||||
panic!(
|
panic!(
|
||||||
"either the current thread is trying to lock a mutex it has
|
"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"
|
before exiting"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user