Skip to content

Commit c72a77e

Browse files
committed
owner is not micro (correct typo)
1 parent f357926 commit c72a77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/locks/fuchsia_mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl Mutex {
129129
ZX_ERR_INVALID_ARGS | ZX_ERR_BAD_HANDLE | ZX_ERR_WRONG_TYPE => {
130130
panic!(
131131
"either the current thread is trying to lock a mutex it has
132-
already locked, or the previous uowner did not unlock the mutex
132+
already locked, or the previous owner did not unlock the mutex
133133
before exiting"
134134
)
135135
}

0 commit comments

Comments
 (0)