Minor.
authorBehdad Esfahbod <behdad@src.gnome.org>
Fri, 25 Apr 2008 00:35:50 +0000 (00:35 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 25 Apr 2008 00:35:50 +0000 (00:35 +0000)
svn path=/trunk/; revision=2619

tests/testboundaries_ucd.c

index 1e6d7d0..886974b 100644 (file)
@@ -170,7 +170,7 @@ attrs_equal (PangoLogAttr *attrs1,
 
       /* can't do a straight comparison because the bitmask may have
        * multiple bits set, and as long as attr&bitmask is not zero, it
-       * counts as being set (see word boundaries) */
+       * counts as being set */
       if (((a.bits & bits.bits) && !(b.bits & bits.bits)) ||
           !(a.bits & bits.bits) && (b.bits & bits.bits))
         return FALSE;