From fe83ee26b6d6c7c7e27a1091a2a7c5b5c2b943b4 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 12 May 2013 13:02:07 +0200 Subject: [PATCH] Corrected spelling in internal include file. --- src/render/opengl/SDL_glfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/opengl/SDL_glfuncs.h b/src/render/opengl/SDL_glfuncs.h index 03ee6b932..e7362cc37 100644 --- a/src/render/opengl/SDL_glfuncs.h +++ b/src/render/opengl/SDL_glfuncs.h @@ -1,6 +1,6 @@ /* list of OpenGL functions sorted alphabetically If you need to use a GL function from the SDL video subsystem, - change it's entry from SDL_PROC_UNUSED to SDL_PROC and rebuild. + change its entry from SDL_PROC_UNUSED to SDL_PROC and rebuild. */ #define SDL_PROC_UNUSED(ret,func,params)