From: Brian Paul Date: Wed, 25 Jul 2012 13:33:19 +0000 (-0600) Subject: mesa: fix comment typo: s/pointer/point/ X-Git-Tag: accepted/2.0alpha-wayland/20121114.171706~978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e37d54d9d323482b39bf888c09c9857a379bb1c;p=profile%2Fivi%2Fmesa.git mesa: fix comment typo: s/pointer/point/ --- diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c index 58a691c..d6c77c5 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. */