From 74ca0a12ad5df16195622c015b628f1f6cb10c8a Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Wed, 12 Jul 2023 22:36:42 +0900 Subject: [PATCH] [SHELL32] Follow-up of #5420 (9a1487f); Delete word 'immediately' CORE-18663 --- dll/win32/shell32/CDefView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/CDefView.cpp b/dll/win32/shell32/CDefView.cpp index 708ce00e060..73d0f657f7c 100644 --- a/dll/win32/shell32/CDefView.cpp +++ b/dll/win32/shell32/CDefView.cpp @@ -2618,7 +2618,7 @@ HRESULT WINAPI CDefView::DestroyViewWindow() { HANDLE hOldThread = m_hUpdateStatusbarThread; - // Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread immediately + // Assigning NULL to m_hUpdateStatusbarThread will terminate the target thread m_hUpdateStatusbarThread = NULL; ::WaitForSingleObject(hOldThread, INFINITE);