summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 6087a6b..f2f5695 100644
--- a/misc.c
+++ b/misc.c
@@ -175,7 +175,7 @@ pthread_self (void)
* NOTE:
* GetCurrentThread only returns a pseudo-handle
* which is only valid in the current thread context.
- * Therefore, you should not use pass the handle to
+ * Therefore, you should not pass the handle to
* other threads for whatever purpose.
*/
self->threadH = GetCurrentThread();