aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/opengl/gpuhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/opengl/gpuhelper.h')
-rw-r--r--demos/opengl/gpuhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/opengl/gpuhelper.h b/demos/opengl/gpuhelper.h
index a3770aafc..fd07d53fe 100644
--- a/demos/opengl/gpuhelper.h
+++ b/demos/opengl/gpuhelper.h
@@ -71,7 +71,7 @@ class GpuHelper
GLenum matrixTarget);
/** Make the matrix \a matrixTarget the current OpenGL matrix target.
- Call this function before loadMatrix() or multMatrix() if you cannot guarrantee that glMatrixMode()
+ Call this function before loadMatrix() or multMatrix() if you cannot guarantee that glMatrixMode()
has never been called after the last loadMatrix() or multMatrix() calls.
\todo provides a debug mode checking the sanity of the cached matrix mode.
*/