summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
diff options
context:
space:
mode:
authorZoë Blade <zoe@bytenoise.co.uk>2015-04-22 11:33:17 +0100
committerFrancisco Jerez <currojerez@riseup.net>2015-04-27 17:28:29 +0300
commit05e7f7f4388bde882b7ce74124000a4d435affff (patch)
tree9a7c7ea02152900a03fc6662aa60a7b8f79dad06 /src/gallium/drivers/llvmpipe/lp_rast.c
parente17dc004fd96e589e92ee64deeb45339af4bf671 (diff)
downloadmesa-05e7f7f4388bde882b7ce74124000a4d435affff.tar.gz
mesa-05e7f7f4388bde882b7ce74124000a4d435affff.tar.bz2
mesa-05e7f7f4388bde882b7ce74124000a4d435affff.zip
Fix a few typos
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.c2
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 7019acbda9d..c726707c062 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -82,7 +82,7 @@ lp_rast_end( struct lp_rasterizer *rast )
/**
- * Begining rasterization of a tile.
+ * Beginning rasterization of a tile.
* \param x window X position of the tile, in pixels
* \param y window Y position of the tile, in pixels
*/