owner is not micro (correct typo)
This commit is contained in:
parent
f357926837
commit
c72a77e093
@ -129,7 +129,7 @@ fn lock_contested(&self, mut state: u32, thread_self: zx_handle_t) {
|
||||
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