summaryrefslogtreecommitdiff
path: root/win32_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32_threads.c')
-rw-r--r--win32_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32_threads.c b/win32_threads.c
index 0c719c21..65d7521d 100644
--- a/win32_threads.c
+++ b/win32_threads.c
@@ -142,7 +142,7 @@ static ptr_t copy_ptr_regs(word *regs, const CONTEXT *pcontext);
#endif /* GC_NO_THREADS_DISCOVERY */
/* We have two versions of the thread table. Which one */
-/* we us depends on whether or not GC_win32_dll_threads */
+/* we use depends on whether GC_win32_dll_threads */
/* is set. Note that before initialization, we don't */
/* add any entries to either table, even if DllMain is */
/* called. The main thread will be added on */