From 2ec7fc9f249bc03b1f911642f54b34588b2ea7c8 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 30 Sep 2022 08:08:43 +0300 Subject: Fix typo in comment belonging to dll_thread_table * win32_threads.c (dll_thread_table): Fix a typo ("use") in comment. --- win32_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1