aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/openglsdl
diff options
context:
space:
mode:
authorColin Snover2017-09-03 16:31:16 -0500
committerColin Snover2017-10-15 13:24:20 -0500
commitb53020f70457c059f5028073df493cfc25a5876a (patch)
treebe4e932b23201209c606c0b559774933d52b651f /backends/graphics/openglsdl
parent7fc86195343adf962054fd52605c3a3cc8b501e9 (diff)
downloadscummvm-rg350-b53020f70457c059f5028073df493cfc25a5876a.tar.gz
scummvm-rg350-b53020f70457c059f5028073df493cfc25a5876a.tar.bz2
scummvm-rg350-b53020f70457c059f5028073df493cfc25a5876a.zip
BACKENDS: Fix some comment typos
Diffstat (limited to 'backends/graphics/openglsdl')
-rw-r--r--backends/graphics/openglsdl/openglsdl-graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp
index 73fc87a75f..46940d74f2 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.cpp
+++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp
@@ -46,7 +46,7 @@ OpenGLSdlGraphicsManager::OpenGLSdlGraphicsManager(uint desktopWidth, uint deskt
SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 16);
SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
- // Setup proper SDL OpenGL context creation.
+ // Set up proper SDL OpenGL context creation.
#if SDL_VERSION_ATLEAST(2, 0, 0)
OpenGL::ContextType glContextType;