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 03ce2106..413a3646 100644
--- a/pr/include/prcvar.h
+++ b/pr/include/prcvar.h
@@ -16,7 +16,7 @@ typedef struct PRCondVar PRCondVar;
/*
** Create a new condition variable.
**
-** "lock" is the lock used to protect the condition variable.
+** "lock" is the lock used to protect the condition variable.
**
** Condition variables are synchronization objects that threads can use
** to wait for some condition to occur.