Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Nov 5, 2015
1 parent a36e3a2 commit 3efaa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3efaa06

Please sign in to comment.