diff options
| author | lioncash <mathew1900@hotmail.com> | 2013-04-19 09:21:45 -0400 |
|---|---|---|
| committer | lioncash <mathew1900@hotmail.com> | 2013-04-19 09:21:45 -0400 |
| commit | d244bca1f5f210e03839d0e0a485fc5511ede2d6 (patch) | |
| tree | 7de5ce144373dcee73e460c89f379072c54f7f4f /Source/Core/VideoCommon/Src/EmuWindow.cpp | |
| parent | 47f1505499dd0ba8cd78c2d5ff3600c937d75236 (diff) | |
Fix a bunch of random typos in comments and logging.
Also update the comment headers for two functions in GCMemcard.cpp.
Diffstat (limited to 'Source/Core/VideoCommon/Src/EmuWindow.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/EmuWindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/EmuWindow.cpp b/Source/Core/VideoCommon/Src/EmuWindow.cpp index 98bd92865e..98cfc01193 100644 --- a/Source/Core/VideoCommon/Src/EmuWindow.cpp +++ b/Source/Core/VideoCommon/Src/EmuWindow.cpp @@ -160,8 +160,8 @@ LRESULT CALLBACK WndProc( HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam ) s_sizing = false; break; - /* Post the mouse events to the main window, it's nessesary because in difference to the - keyboard inputs these events only appear here, not in the parent window or any other WndProc()*/ + /* Post the mouse events to the main window, it's necessary, because the difference between the + keyboard inputs is that these events only appear here, not in the parent window or any other WndProc()*/ case WM_LBUTTONDOWN: if(g_ActiveConfig.backend_info.bSupports3DVision && g_ActiveConfig.b3DVision) { |
