From 3101f89825c1a20b7cd7997094f1a5852bf30d42 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 15 Feb 2016 08:48:50 +0100 Subject: [PATCH] [cff] Fix comment. --- src/cff/cffparse.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cff/cffparse.c b/src/cff/cffparse.c index ae83ec538..616023a7e 100644 --- a/src/cff/cffparse.c +++ b/src/cff/cffparse.c @@ -652,10 +652,8 @@ } - /* We assume that the `MultipleMaster' operator comes before any */ - /* top DICT operators that contain T2 charstrings. Otherwise, */ - /* `num_designs' is zero, leading to errors in handling the */ - /* `blend' operator later on. */ + /* The `MultipleMaster' operator comes before any */ + /* top DICT operators that contain T2 charstrings. */ static FT_Error cff_parse_multiple_master( CFF_Parser parser )