浏览代码

windows: Fixed a comment.

Ryan C. Gordon 7 年之前
父节点
当前提交
988034fcc7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
 {