From b6c97ae2c934ca5adade10303d6faa6e827f826d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 24 Jun 2009 09:04:54 -0400 Subject: [PATCH] Fix comment in pixman-utils to have the right sense. --- pixman/pixman-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.7.4