summaryrefslogtreecommitdiff
path: root/src/core/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser')
-rw-r--r--src/core/parser/stack/OntologyHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/stack/OntologyHandler.cpp b/src/core/parser/stack/OntologyHandler.cpp
index 0a33c97..0cd8140 100644
--- a/src/core/parser/stack/OntologyHandler.cpp
+++ b/src/core/parser/stack/OntologyHandler.cpp
@@ -108,7 +108,7 @@ void OntologyAnnotationHandler::end() { scope().pop(logger()); }
bool OntologyAttributesHandler::startCommand(Variant::mapType &args)
{
- // Fetch the current typesystem and create the struct node
+ // Fetch the current descriptor and add the attributes descriptor
Rooted<Descriptor> parent = scope().selectOrThrow<Descriptor>();
Rooted<StructType> attrDesc = parent->getAttributesDescriptor();