llvmpipe: fix comment typo
authorBrian Paul <brianp@vmware.com>
Thu, 24 Jun 2010 18:45:29 +0000 (12:45 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 25 Jun 2010 14:47:22 +0000 (08:47 -0600)
src/gallium/drivers/llvmpipe/lp_rast.c

index 50e44dc..1fadb9c 100644 (file)
@@ -627,7 +627,7 @@ void
 lp_rast_begin_query(struct lp_rasterizer_task *task,
                     const union lp_rast_cmd_arg arg)
 {
-   /* Reset the the per-task counter */
+   /* Reset the per-task counter */
    task->vis_counter = 0;
 }