From 5f94c90f1971b01951fa25a76ba394f30eb15ddd Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 27 Jan 2018 10:52:13 +0100 Subject: [PATCH] Fix comment. --- src/sfnt/ttpost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sfnt/ttpost.c b/src/sfnt/ttpost.c index f14064999..6de99ef97 100644 --- a/src/sfnt/ttpost.c +++ b/src/sfnt/ttpost.c @@ -473,8 +473,8 @@ /* idx :: The glyph index. */ /* */ /* */ - /* 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! */ /* */