owner is not micro (correct typo)

This commit is contained in:
joboet 2022-07-20 16:11:31 +02:00
parent f357926837
commit c72a77e093
No known key found for this signature in database
GPG Key ID: 704E0149B0194B3C

View File

@ -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"
)
}