From 1e37d54d9d323482b39bf888c09c9857a379bb1c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Jul 2012 07:33:19 -0600 Subject: [PATCH] mesa: fix comment typo: s/pointer/point/ --- src/mesa/math/m_matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2