From 2c32503b1030f2fcf61088b53e8146c05ce61cd6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 1 Aug 2016 12:15:08 +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 b2503823..edf759ce 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -850,7 +850,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, return DefWindowProcW(hWnd, uMsg, wParam, lParam); } -// Creates the GLFW window and rendering context +// Creates the GLFW window // static int createWindow(_GLFWwindow* window, const _GLFWwndconfig* wndconfig) {