Commit 3101f89825c1a20b7cd7997094f1a5852bf30d42

Werner Lemberg 2016-02-15T08:48:50

[cff] Fix comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/cff/cffparse.c b/src/cff/cffparse.c
index ae83ec5..616023a 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 )