llvmpipe: fix comment typo

This commit is contained in:
Brian Paul 2010-06-24 12:45:29 -06:00
parent fd60bf8e33
commit cc8c142e2a
1 changed files with 1 additions and 1 deletions

View 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;
}