diff options
author | Benjamin Otte <otte@redhat.com> | 2010-04-22 21:58:01 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-04-23 21:44:20 +0200 |
commit | 55cf323f963bbcc11bcc290eaf71656e1ba91efd (patch) | |
tree | d4208e7e12440f58a21556510ecd4a091ab0be9e | |
parent | 887d43578c3acc7d45c8b2e3ade5da29be804eeb (diff) |
gl: fix typo in comment
-rw-r--r-- | src/cairo-gl-surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gl-surface.c b/src/cairo-gl-surface.c index 8067e9e9..f366102e 100644 --- a/src/cairo-gl-surface.c +++ b/src/cairo-gl-surface.c @@ -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) { |