diff --git a/src/win32_window.c b/src/win32_window.c index 9881d2d6..2b8e5718 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -250,7 +250,7 @@ static void leaveFullscreenMode(_GLFWwindow* window) _glfwRestoreVideoMode(window->monitor); } -// Window callback function (handles window events) +// Window callback function (handles window messages) // static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)