diff options
author | Brian Paul <[email protected]> | 2012-07-25 07:33:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-26 13:59:44 -0600 |
commit | 1e37d54d9d323482b39bf888c09c9857a379bb1c (patch) | |
tree | 22b630c2c6dea9f466abbd03cd2898ab301c178c /src/mesa/math | |
parent | 66d9ac5ac7896538d38f57950888a0184c933925 (diff) |
mesa: fix comment typo: s/pointer/point/
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_matrix.c | 2 |
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. */ |