summaryrefslogtreecommitdiff
path: root/win32_threads.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-09-30 08:08:43 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-09-30 08:08:43 +0300
commita5a24e89fe117b3ff703cbb3c82821aee53c2775 (patch)
tree8e249bb38a2681df79083d1f805675a7a5139745 /win32_threads.c
parent48a01ee1c93817eb1dfc772f77ac4abbd5fa0a56 (diff)
downloadbdwgc-a5a24e89fe117b3ff703cbb3c82821aee53c2775.tar.gz
Fix typo in comment belonging to dll_thread_table
* win32_threads.c (dll_thread_table): Fix a typo ("use") in comment.
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 */