Grammar and spelling fixes
[mesa.git] / progs / tests / vao-01.c
index e4a89cb19db4976b87e0d6d049958b52395158fd..ee528d224398194f8edb1e43ce6b49ffe87273a9 100644 (file)
@@ -30,7 +30,7 @@
  * it (via \c glPopClientAttrib).  After popping, the state of the VAO is
  * examined.
  * 
- * According the the APPLE_vertex_array_object spec, the contents of the VAO
+ * According to the APPLE_vertex_array_object spec, the contents of the VAO
  * should be restored to the values that they had when pushed.
  * 
  * \author Ian Romanick <idr@us.ibm.com>