From 84b4155f7367a8a26fbdcb183c467512915787ce Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sun, 21 Jun 2020 19:44:44 +0200
Subject: [PATCH] [MeL] Fix misleading comment.

---
 MeshLib/Properties-impl.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MeshLib/Properties-impl.h b/MeshLib/Properties-impl.h
index e535547114d..c1ad9e8ac29 100644
--- a/MeshLib/Properties-impl.h
+++ b/MeshLib/Properties-impl.h
@@ -42,8 +42,7 @@ PropertyVector<T>* Properties::createNewPropertyVector(
     MeshItemType mesh_item_type,
     std::size_t n_components)
 {
-    // check if there is already a PropertyVector with the same name and
-    // mesh_item_type
+    // check if there is already a PropertyVector with the same name
     std::map<std::string, PropertyVectorBase*>::const_iterator it(
         _properties.find(name)
     );
-- 
GitLab