summaryrefslogtreecommitdiff
path: root/include/freetype/ftgzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftgzip.h')
-rw-r--r--include/freetype/ftgzip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/ftgzip.h b/include/freetype/ftgzip.h
index 64e43aaeb..673b4885b 100644
--- a/include/freetype/ftgzip.h
+++ b/include/freetype/ftgzip.h
@@ -62,9 +62,9 @@ FT_BEGIN_HEADER
* @note:
* The source stream must be opened _before_ calling this function.
*
- * Calling @FT_Stream_Close on the new stream will *not* call
- * @FT_Stream_Close on the source stream. None of the stream objects
- * will be released to the heap.
+ * Calling the internal function FT_Stream_Close on the new stream will
+ * *not* call FT_Stream_Close on the source stream. None of the stream
+ * objects will be released to the heap.
*
* The stream implementation is very basic and resets the decompression
* process each time seeking backwards is needed within the stream.