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