Skip to content

Commit

Permalink
owner is not micro (correct typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Jul 20, 2022
1 parent f357926 commit c72a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/unix/locks/fuchsia_mutex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}
Expand Down

0 comments on commit c72a77e

Please sign in to comment.