From: Brian Paul Date: Thu, 24 Jun 2010 18:45:29 +0000 (-0600) Subject: llvmpipe: fix comment typo X-Git-Tag: 062012170305~11655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc8c142e2ab3575f864bba9e634ec87995aad601;p=profile%2Fivi%2Fmesa.git llvmpipe: fix comment typo --- diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 50e44dc..1fadb9c 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -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; }