From 68f693eedc1c2674d1535553bb519dfac07fdc5e Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 11 Jan 2015 23:58:36 +0100 Subject: Fixed comment --- src/core/model/Typesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp index 117b50a..76743e1 100644 --- a/src/core/model/Typesystem.cpp +++ b/src/core/model/Typesystem.cpp @@ -238,7 +238,7 @@ bool StructType::buildFromMap(Variant &data, Logger &logger, bool trim) const Variant::arrayType arr; std::vector set; - // Fetch the size of the input map n and the number of attributes N + // Fetch the number of attributes N const size_t N = attributes.size(); arr.resize(N); set.resize(N); -- cgit v1.2.3