summaryrefslogtreecommitdiffstats
path: root/Python/thread_wince.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread_wince.h')
-rw-r--r--Python/thread_wince.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread_wince.h b/Python/thread_wince.h
index 51ddc02..b9c10da 100644
--- a/Python/thread_wince.h
+++ b/Python/thread_wince.h
@@ -42,7 +42,7 @@ long PyThread_start_new_thread(void (*func)(void *), void *arg)
}
/*
- * Return the thread Id instead of an handle. The Id is said to uniquely identify the
+ * Return the thread Id instead of a handle. The Id is said to uniquely identify the
* thread in the system
*/
long PyThread_get_thread_ident(void)