aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl
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/opengl
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/opengl')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index e02137bba7..cbf68d9cf1 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -241,7 +241,7 @@ private:
};
/**
- * The currently setup video state.
+ * The currently set up video state.
*/
VideoState _currentState;
@@ -444,7 +444,7 @@ private:
Surface *_cursor;
/**
- * X coordinate of the cursor in phyiscal coordinates.
+ * X coordinate of the cursor in physical coordinates.
*/
int _cursorX;