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 10:24:41 +0300
commit98b1d6c1f1f66cdd95fb6103df2363eeb58fb5e4 (patch)
tree022643850997e86eaedffa901df2357748f64c16
parent9582f54642e7d9ef5ad32f4cdbf8b1d7a8fe7e85 (diff)
downloadbdwgc-98b1d6c1f1f66cdd95fb6103df2363eeb58fb5e4.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 a5bfec42..e0b68e0e 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 */