From 5af2570b376e52ba5dd2d03a2de8d7fc91c65c85 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 13 Apr 2020 13:19:12 +0900 Subject: [PATCH] [SHELL32] Follow-up No.3 of #2539 Improve a comment in CreateNotificationParamAndSend. CORE-13950 --- dll/win32/shell32/changenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/changenotify.cpp b/dll/win32/shell32/changenotify.cpp index 1cd83c63d88..3f2b7cf1f20 100644 --- a/dll/win32/shell32/changenotify.cpp +++ b/dll/win32/shell32/changenotify.cpp @@ -302,7 +302,7 @@ CreateNotificationParamAndSend(LONG wEventId, UINT uFlags, LPITEMIDLIST pidl1, L if (hwndServer == NULL) return; - // the ticket owner is the process of the server process + // the ticket owner is the process of the notification server DWORD pid; GetWindowThreadProcessId(hwndServer, &pid);