Mesa (master): mesa: fix comment typo: s/pointer/point/

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 26 20:01:35 UTC 2012


Module: Mesa
Branch: master
Commit: 1e37d54d9d323482b39bf888c09c9857a379bb1c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e37d54d9d323482b39bf888c09c9857a379bb1c

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul 25 07:33:19 2012 -0600

mesa: fix comment typo: s/pointer/point/

---

 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 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.
  */




More information about the mesa-commit mailing list