doxygen: Correct grammatical typo in math/m_vector.h
authorRhys Kidd <rhyskidd@gmail.com>
Thu, 23 Jul 2015 04:14:00 +0000 (22:14 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Jul 2015 02:19:51 +0000 (20:19 -0600)
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/math/m_vector.h

index 8551ee7520e18c4f87d15b93db2443788f0fe281..3b7f5834c56cf2cde7346df7d8084b3b6146a499 100644 (file)
@@ -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.
  *