[SHELL32] Follow-up of #5420 (9a1487f); Delete word 'immediately'

CORE-18663
This commit is contained in:
Katayama Hirofumi MZ 2023-07-12 22:36:42 +09:00
parent 9a1487f3a8
commit 74ca0a12ad

View file

@ -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);