From 83537af36f73703364a308b93c7b4def3dbeca43 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Jun 2020 23:31:35 +0200 Subject: [PATCH] graph: fix typo --- common/include/villas/graph/directed.hpp | 2 +- common/include/villas/graph/edge.hpp | 2 +- common/include/villas/graph/vertex.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/include/villas/graph/directed.hpp b/common/include/villas/graph/directed.hpp index 326f1098a..19c4871c3 100644 --- a/common/include/villas/graph/directed.hpp +++ b/common/include/villas/graph/directed.hpp @@ -293,5 +293,5 @@ protected: Logger logger; }; -} // namespacae graph +} /* namespace graph */ } /* namespace villas */ diff --git a/common/include/villas/graph/edge.hpp b/common/include/villas/graph/edge.hpp index b4fdac66a..188f4a451 100644 --- a/common/include/villas/graph/edge.hpp +++ b/common/include/villas/graph/edge.hpp @@ -53,5 +53,5 @@ private: Vertex::Identifier to; }; -} // namespacae graph +} /* namespace graph */ } /* namespace villas */ diff --git a/common/include/villas/graph/vertex.hpp b/common/include/villas/graph/vertex.hpp index ed473c9ca..c38089d83 100644 --- a/common/include/villas/graph/vertex.hpp +++ b/common/include/villas/graph/vertex.hpp @@ -51,5 +51,5 @@ private: std::list edges; }; -} // namespacae graph +} /* namespace graph */ } /* namespace villas */