summaryrefslogtreecommitdiff
path: root/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync.c')
-rw-r--r--sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.c b/sync.c
index 83f421c..4fb168c 100644
--- a/sync.c
+++ b/sync.c
@@ -131,10 +131,10 @@ pthread_join (pthread_t thread, void **value_ptr)
{
/*
* Pthread_join is a cancelation point.
- * If we are cancelled then our target thread must not be
+ * If we are canceled then our target thread must not be
* detached (destroyed). This is guarranteed because
* pthreadCancelableWait will not return if we
- * are cancelled.
+ * are canceled.
*/
result = pthreadCancelableWait(thread->threadH);