Module: Mesa Branch: master Commit: db2b6ca504e5046697e3d9262cfd401b8a4971fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db2b6ca504e5046697e3d9262cfd401b8a4971fd
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
