Skip to content

Commit

Permalink
fix typo in nng_cv_wait example
Browse files Browse the repository at this point in the history
  • Loading branch information
dehorsley authored and gdamore committed May 26, 2020
1 parent 0e9e2f1 commit 88c8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/nng_cv_wait.3supp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following example demonstrates use of this function:
----
nng_mtx_lock(m);
condition_true = true;
cv_wake(cv);
nng_cv_wake(cv);
nng_mtx_unlock(m);
----

Expand Down

0 comments on commit 88c8eb8

Please sign in to comment.