Comment fixes.
diff --git a/src/cid/cidobjs.c b/src/cid/cidobjs.c
index e11c41d..f698a41 100644
--- a/src/cid/cidobjs.c
+++ b/src/cid/cidobjs.c
@@ -267,7 +267,8 @@
*
* @Input:
* stream ::
- * The source font stream.
+ * Dummy argument for compatibility with the `FT_Face_InitFunc` API.
+ * Ignored. The stream should be passed through `face->root.stream`.
*
* face_index ::
* The index of the font face in the resource.
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index e8486f5..69e4fd5 100644
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -289,7 +289,8 @@
*
* @Input:
* stream ::
- * input stream where to load font data.
+ * Dummy argument for compatibility with the `FT_Face_InitFunc` API.
+ * Ignored. The stream should be passed through `face->root.stream`.
*
* face_index ::
* The index of the font face in the resource.