Remove wrongly repeated words in comments
[mesa.git] / src / mesa / state_tracker / st_mesa_to_tgsi.c
index f7507e52ccfc98d84fd731e3a1c3426988104a52..b9892577208ca9cbcc6a0bbdfa9d6e44f9b58c31 100644 (file)
@@ -830,7 +830,7 @@ emit_wpos(struct st_context *st,
     *
     * The bias of the y-coordinate depends on whether y-inversion takes place
     * (adjY[1]) or not (adjY[0]), which is in turn dependent on whether we are
-    * drawing to an FBO (causes additional inversion), and whether the the pipe
+    * drawing to an FBO (causes additional inversion), and whether the pipe
     * driver origin and the requested origin differ (the latter condition is
     * stored in the 'invert' variable).
     *