mesa: fix comment typo: s/pointer/point/
authorBrian Paul <brianp@vmware.com>
Wed, 25 Jul 2012 13:33:19 +0000 (07:33 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Jul 2012 19:59:44 +0000 (13:59 -0600)
src/mesa/math/m_matrix.c

index 58a691cbf4d4f516a6dd314ed32a1637f79e8301..d6c77c599433ba27e2237698ade16bee7588faf9 100644 (file)
@@ -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.
  */