summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-09-30 08:08:43 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-15 11:02:29 +0300
commit2ec7fc9f249bc03b1f911642f54b34588b2ea7c8 (patch)
treedb2ac0d9f402f92f4e842914a019712e494c0a2b
parentf9ded4e32add3f6d9b71b8db86faa793aa997fae (diff)
downloadbdwgc-2ec7fc9f249bc03b1f911642f54b34588b2ea7c8.tar.gz
Fix typo in comment belonging to dll_thread_table
* win32_threads.c (dll_thread_table): Fix a typo ("use") in comment.
-rw-r--r--win32_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32_threads.c b/win32_threads.c
index c61c89a9..5041543c 100644
--- a/win32_threads.c
+++ b/win32_threads.c
@@ -146,7 +146,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 */