Mesa (master): llvmpipe: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 25 14:47:57 UTC 2010


Module: Mesa
Branch: master
Commit: cc8c142e2ab3575f864bba9e634ec87995aad601
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc8c142e2ab3575f864bba9e634ec87995aad601

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 24 12:45:29 2010 -0600

llvmpipe: fix comment typo

---

 src/gallium/drivers/llvmpipe/lp_rast.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the mesa-commit mailing list