diff --git a/MeshLib/MeshInformation.h b/MeshLib/MeshInformation.h
index af0ac8d4704aef2cee1c5f69e2fc1aedf40cad92..cddff750b8cb152d5a9fd78680ffcdfaf8266510 100644
--- a/MeshLib/MeshInformation.h
+++ b/MeshLib/MeshInformation.h
@@ -78,7 +78,7 @@ public:
     static void writePropertyVectorInformation(const MeshLib::Mesh& mesh);
 
     /// writes out mesh validation results
-    // Remark: MeshValidation can modify the original mesh
+    /// Remark: MeshValidation can modify the original mesh
     static void writeMeshValidationResults(MeshLib::Mesh& mesh);
 };