Module: Mesa Branch: master Commit: 6e3730452152ca74ad3b51bf1dd4b69b20dbc019 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e3730452152ca74ad3b51bf1dd4b69b20dbc019
Author: Ian Romanick <[email protected]> Date: Tue Sep 1 17:42:31 2015 -0700 i965/meta: Fix typo in comment Trivial. Signed-off-by: Ian Romanick <[email protected]> --- src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c index aa6df16..cbbb919 100644 --- a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c +++ b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c @@ -202,7 +202,7 @@ setup_bounding_rect(GLuint prog, const struct blit_dims *dims) /** * Setup uniforms telling the destination width, height and the offset. These - * are needed to unnoormalize the input coordinates and to correctly translate + * are needed to unnormalize the input coordinates and to correctly translate * between destination and source that may have differing offsets. */ static void _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
