diff options
author | Ian Romanick <[email protected]> | 2015-09-01 17:42:31 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-09-02 16:24:18 -0700 |
commit | 6e3730452152ca74ad3b51bf1dd4b69b20dbc019 (patch) | |
tree | ec75fb5b7939116088a8221d97e42c16e7644659 /src | |
parent | 7237c937af3b495191bee2f7240901e3a9daf1fb (diff) |
i965/meta: Fix typo in comment
Trivial.
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 aa6df16eb04..cbbb919c6ee 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 |