From: Behdad Esfahbod Date: Mon, 12 Apr 2010 16:49:53 +0000 (-0400) Subject: Fix comment X-Git-Tag: root-2~53 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=ac5a2336436dadac699bb579d3f6ca30225dbb28 Fix comment --- diff --git a/src/fcmatch.c b/src/fcmatch.c index 594c437..7ec02d7 100644 --- a/src/fcmatch.c +++ b/src/fcmatch.c @@ -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);