From: Rhys Kidd Date: Thu, 23 Jul 2015 04:14:00 +0000 (-0600) Subject: doxygen: Correct grammatical typo in math/m_vector.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc893e3dad74622b971e295f60a022f179ca9942;p=mesa.git doxygen: Correct grammatical typo in math/m_vector.h Signed-off-by: Rhys Kidd Reviewed-by: Brian Paul --- 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. *