summaryrefslogtreecommitdiff
path: root/docs/man/nng_mtx_unlock.3supp.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_mtx_unlock.3supp.adoc')
-rw-r--r--docs/man/nng_mtx_unlock.3supp.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_mtx_unlock.3supp.adoc b/docs/man/nng_mtx_unlock.3supp.adoc
index e0742a55..4f2d219e 100644
--- a/docs/man/nng_mtx_unlock.3supp.adoc
+++ b/docs/man/nng_mtx_unlock.3supp.adoc
@@ -25,7 +25,7 @@ void nng_mtx_unlock(nng_mtx *mtx);
== DESCRIPTION
-The `nng_mtx_unlock()` reqlinquishes ownership of the mutex _mtx_ that
+The `nng_mtx_unlock()` relinquishes ownership of the mutex _mtx_ that
was previously acquired via `<<nng_mtx_lock.3supp#,nng_mtx_lock()>>`.
IMPORTANT: A mutex can _only_ be unlocked by the thread that locked it.