diff --git a/include/assimp/postprocess.h b/include/assimp/postprocess.h
index d69c2924e..a905a8be0 100644
--- a/include/assimp/postprocess.h
+++ b/include/assimp/postprocess.h
@@ -94,7 +94,7 @@ enum aiPostProcessSteps
* indexed geometry, this step is compulsory or you'll just waste rendering
* time. If this flag is not specified, no vertices are referenced by
* more than one face and no index buffer is required for rendering.
- * Unless #aiProcess_Triangulate is specified. Then you need one regardless.
+ * Unless the importer (like ply) had to split vertices. Then you need one regardless.
*/
aiProcess_JoinIdenticalVertices = 0x2,