summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-11 23:58:36 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-11 23:58:36 +0100
commit68f693eedc1c2674d1535553bb519dfac07fdc5e (patch)
treeec62b38ff923c09a4a9a0ec4d914977295ace68b /src
parent03e551cf41c54f1a08f52f892bfed2800bfe8ecf (diff)
Fixed comment
Diffstat (limited to 'src')
-rw-r--r--src/core/model/Typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
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<bool> 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);