summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-07-25 07:33:19 -0600
committerBrian Paul <[email protected]>2012-07-26 13:59:44 -0600
commit1e37d54d9d323482b39bf888c09c9857a379bb1c (patch)
tree22b630c2c6dea9f466abbd03cd2898ab301c178c /src
parent66d9ac5ac7896538d38f57950888a0184c933925 (diff)
mesa: fix comment typo: s/pointer/point/
Diffstat (limited to 'src')
-rw-r--r--src/mesa/math/m_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c
index 58a691cbf4d..d6c77c59943 100644
--- a/src/mesa/math/m_matrix.c
+++ b/src/mesa/math/m_matrix.c
@@ -329,7 +329,7 @@ _math_matrix_print( const GLmatrix *m )
/*@{*/
/**
- * Swaps the values of two floating pointer variables.
+ * Swaps the values of two floating point variables.
*
* Used by invert_matrix_general() to swap the row pointers.
*/