Fix comment

This commit is contained in:
Camilla Berglund 2016-08-01 12:15:08 +02:00
parent fe0317aee5
commit 2c32503b10

View File

@ -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)
{