pango r2619 - trunk/tests



Author: behdad
Date: Fri Apr 25 00:35:50 2008
New Revision: 2619
URL: http://svn.gnome.org/viewvc/pango?rev=2619&view=rev

Log:
Minor.


Modified:
   trunk/tests/testboundaries_ucd.c

Modified: trunk/tests/testboundaries_ucd.c
==============================================================================
--- trunk/tests/testboundaries_ucd.c	(original)
+++ trunk/tests/testboundaries_ucd.c	Fri Apr 25 00:35:50 2008
@@ -170,7 +170,7 @@
 
       /* 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]