From bfe36e4f0d77ac225aaac3ed0a27723d1298a0c6 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 13 Apr 2020 10:41:26 +0900 Subject: [PATCH] [SHELL32] Follow-up of #2539 Improve comment. CORE-13950 --- dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp b/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp index 8e8acee1ac6..bfd205a7fdb 100644 --- a/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp +++ b/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp @@ -438,7 +438,7 @@ LRESULT CDesktopBrowser::OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOO return 0; } -// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the worker. +// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the change notification server. // wParam: BOOL bCreate; The flag whether it creates or not. // lParam: Ignored. // return: The window handle of the server window.