doxygen: Correct grammatical typo in math/m_vector.h

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

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Rhys Kidd
2015-07-22 22:14:00 -06:00
committed by Brian Paul
parent 28db89fa8b
commit bc893e3dad
+1 -1
View 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.
*