Explorar o código

windows: Fixed a comment.

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
988034fcc7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/windows/SDL_windows.c

+ 1 - 1
src/core/windows/SDL_windows.c

@@ -33,7 +33,7 @@
 #endif
 
 
-/* Sets an error message based on GetLastError() */
+/* Sets an error message based on an HRESULT */
 int
 WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr)
 {