summaryrefslogtreecommitdiff
path: root/pr/include/prcvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prcvar.h')
-rw-r--r--pr/include/prcvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prcvar.h b/pr/include/prcvar.h
index 3e30ce1f..03ce2106 100644
--- a/pr/include/prcvar.h
+++ b/pr/include/prcvar.h
@@ -68,7 +68,7 @@ NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
** Notify ONE thread that is currently waiting on 'cvar'. Which thread is
** dependent on the implementation of the runtime. Common sense would dictate
** that all threads waiting on a single condition have identical semantics,
-** therefore which one gets notified is not significant.
+** therefore which one gets notified is not significant.
**
** The calling thead must hold the lock that protects the condition, as
** well as the invariants that are tightly bound to the condition, when