Grammar and spelling fixes
[mesa.git] / src / gallium / drivers / nv40 / nv40_vertprog.c
index b289eef0fc252d052b5eb11c88ac33396445b78f..c93c5d127c44d634f97e8e0193dddb547d85a85d 100644 (file)
@@ -742,7 +742,7 @@ nv40_vertprog_translate(struct nv40_context *nv40,
        }
 
        /* Redirect post-transform vertex position to a temp if user clip
-        * planes are enabled.  We need to append code the the vtxprog
+        * planes are enabled.  We need to append code to the vtxprog
         * to handle clip planes later.
         */
        if (vp->ucp.nr)  {