Mesa (master): llvmpipe: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Fri Jun 29 23:20:01 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 28 16:26:21 2012 -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 7e94055..09af027 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -225,7 +225,7 @@ lp_rast_clear_zstencil(struct lp_rasterizer_task *task,
            __FUNCTION__, clear_value, clear_mask);
 
    /*
-    * Clear the aera of the swizzled depth/depth buffer matching this tile, in
+    * Clear the area of the swizzled depth/depth buffer matching this tile, in
     * stripes of TILE_VECTOR_HEIGHT x TILE_SIZE at a time.
     *
     * The swizzled depth format is such that the depths for




More information about the mesa-commit mailing list