Fix comment in pixman-utils to have the right sense.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 24 Jun 2009 13:04:54 +0000 (09:04 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 24 Jun 2009 13:05:55 +0000 (09:05 -0400)
pixman/pixman-utils.c

index 89ad346..497e8c9 100644 (file)
@@ -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)
     {