]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/locks/fuchsia_mutex.rs
owner is not micro (correct typo)
[rust.git] / library / std / src / sys / unix / locks / fuchsia_mutex.rs
index 7372406b32fac683dba4a8a68a97db4ad2ec4e8c..fd3e9d1768b4c1775501d153f6303eee14b30522 100644 (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"
                             )
                         }