Mesa (master): doxygen: Correct grammatical typo in math/m_vector.h

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 24 02:21:43 UTC 2015


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

Author: Rhys Kidd <rhyskidd at gmail.com>
Date:   Wed Jul 22 22:14:00 2015 -0600

doxygen: Correct grammatical typo in math/m_vector.h

Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/math/m_vector.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h
index 8551ee7..3b7f583 100644
--- a/src/mesa/math/m_vector.h
+++ b/src/mesa/math/m_vector.h
@@ -51,7 +51,7 @@
 
 /**
  * Wrap all the information about vectors up in a struct.  Has
- * additional fields compared to the other vectors to help us track of
+ * additional fields compared to the other vectors to help us track
  * different vertex sizes, and whether we need to clean columns out
  * because they contain non-(0,0,0,1) values.
  *




More information about the mesa-commit mailing list