Grammar and spelling fixes
[mesa.git] / progs / tests / vao-02.c
index 9f7f5c27792ba72b4b37454fe1a61a935a362382..c23b4ab05a6cb29ea63ff162d3b036210628ebca 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>