]> git.wh0rd.org - fontconfig.git/commitdiff
Fix comment
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 12 Apr 2010 16:49:53 +0000 (12:49 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 12 Apr 2010 16:49:53 +0000 (12:49 -0400)
src/fcmatch.c

index 594c43712d3fe2eb456256c4836c61ca382397e0..7ec02d78496c29e295cf11ef64bee57533ae543b 100644 (file)
@@ -67,7 +67,7 @@ FcCompareString (FcValue *v1, FcValue *v2)
 static double
 FcCompareFamily (FcValue *v1, FcValue *v2)
 {
-    /* rely on the guarantee in FcPatternAddWithBinding that
+    /* rely on the guarantee in FcPatternObjectAddWithBinding that
      * families are always FcTypeString. */
     const FcChar8* v1_string = FcValueString(v1);
     const FcChar8* v2_string = FcValueString(v2);