From 32f749377e97b4f99c2ad832eef65e0218123cbd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 7 Nov 2013 22:53:49 +0100 Subject: [PATCH] matrix.h - fix typo --- gfx/math/matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/math/matrix.h b/gfx/math/matrix.h index 0281a21ce8..5534f9f8ba 100644 --- a/gfx/math/matrix.h +++ b/gfx/math/matrix.h @@ -16,7 +16,7 @@ #ifndef MATH_MATRIX_H__ #define MATH_MATRIX_H__ -// Colunm-major matrix (OpenGL-style). +// Column-major matrix (OpenGL-style). // Reimplements functionality from FF OpenGL pipeline to be able to work on GLES 2.0 and modern GL variants. typedef struct math_matrix {