gl: fix typo in comment

This commit is contained in:
Benjamin Otte 2010-04-22 21:58:01 +02:00
parent 887d43578c
commit 55cf323f96

View file

@ -1356,7 +1356,7 @@ _cairo_gl_pattern_texture_setup (cairo_gl_composite_operand_t *operand,
/* Translate the matrix from
* (unnormalized src -> unnormalized src) to
* (unnormalized dst -> unnormalized src) to
* (unnormalized dst -> normalized src)
*/
if (ctx->tex_target == GL_TEXTURE_RECTANGLE_EXT) {