From 3efaa065a52ed92e4e8585a94e477dc31289a37b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 23 Oct 2015 03:55:18 +0200 Subject: [PATCH] Fix comment --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)