From db2b6ca504e5046697e3d9262cfd401b8a4971fd Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 28 Jun 2012 16:26:21 -0600 Subject: [PATCH] llvmpipe: fix comment typo --- src/gallium/drivers/llvmpipe/lp_rast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 7e9405567b3..09af0274d7a 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 -- 2.30.2