aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_cv_wait.3supp.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_cv_wait.3supp.adoc')
-rw-r--r--docs/man/nng_cv_wait.3supp.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_cv_wait.3supp.adoc b/docs/man/nng_cv_wait.3supp.adoc
index 69a21208..1d9c16be 100644
--- a/docs/man/nng_cv_wait.3supp.adoc
+++ b/docs/man/nng_cv_wait.3supp.adoc
@@ -36,7 +36,7 @@ atomically just before returning to the caller.
(The waiting is done without holding the mutex.)
NOTE: Any condition may be used or checked, but the condition must be
-checked, as it is possible for this function to wake up "`spuriously`".
+checked, as it is possible for this function to wake up spuriously.
The best way to do this is inside a loop that repeats until the condition
tests for true.