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