From 988034fcc7657a3f00824d11f71ce46c1f6c9653 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 12 Dec 2017 22:25:39 -0500 Subject: [PATCH] windows: Fixed a comment. --- src/core/windows/SDL_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/windows/SDL_windows.c b/src/core/windows/SDL_windows.c index 117fb157db823..a216de8836627 100644 --- a/src/core/windows/SDL_windows.c +++ b/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) {