summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2015-07-22 22:14:00 -0600
committerBrian Paul <brianp@vmware.com>2015-07-23 20:19:51 -0600
commitbc893e3dad74622b971e295f60a022f179ca9942 (patch)
tree867a705c97f4cf59b3aa3086b4e08c0e11a916bf /src/mesa/math
parent28db89fa8b3f59d35032c0576fbd0c74739b3c87 (diff)
doxygen: Correct grammatical typo in math/m_vector.h
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h
index 8551ee7520e..3b7f5834c56 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.
*