From: Søren Sandmann Pedersen Date: Wed, 24 Jun 2009 13:04:54 +0000 (-0400) Subject: Fix comment in pixman-utils to have the right sense. X-Git-Tag: 1.0_branch~949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6c97ae2c934ca5adade10303d6faa6e827f826d;p=profile%2Fivi%2Fpixman.git Fix comment in pixman-utils to have the right sense. --- diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c index 89ad346..497e8c9 100644 --- a/pixman/pixman-utils.c +++ b/pixman/pixman-utils.c @@ -128,8 +128,8 @@ pixman_compute_composite_region32 (pixman_region32_t * pRegion, /* Some X servers rely on an old bug, where pixman would just believe the * set clip_region and not clip against the destination geometry. So, - * since only X servers set "source clip", we only clip against destination - * geometry when that is set. + * since only X servers set "source clip", we don't clip against + * destination geometry when that is set. */ if (!pDst->common.clip_sources) {