Commit 5f94c90f1971b01951fa25a76ba394f30eb15ddd

Werner Lemberg 2018-01-27T10:52:13

Fix comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/sfnt/ttpost.c b/src/sfnt/ttpost.c
index f140649..6de99ef 100644
--- a/src/sfnt/ttpost.c
+++ b/src/sfnt/ttpost.c
@@ -473,8 +473,8 @@
   /*    idx    :: The glyph index.                                         */
   /*                                                                       */
   /* <InOut>                                                               */
-  /*    PSname :: The address of a string pointer.  Will be NULL in case   */
-  /*              of error, otherwise it is a pointer to the glyph name.   */
+  /*    PSname :: The address of a string pointer.  Undefined in case of   */
+  /*              error, otherwise it is a pointer to the glyph name.      */
   /*                                                                       */
   /*              You must not modify the returned string!                 */
   /*                                                                       */