From ac5a2336436dadac699bb579d3f6ca30225dbb28 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 12 Apr 2010 12:49:53 -0400 Subject: [PATCH] Fix comment --- src/fcmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2