summaryrefslogtreecommitdiff
path: root/src/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.cc')
-rw-r--r--src/parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cc b/src/parser.cc
index 7e901f6b..a056b681 100644
--- a/src/parser.cc
+++ b/src/parser.cc
@@ -83,7 +83,7 @@ void BaseParser::mapElDef( String name, TypeRef *keyType )
BaseParser::cflDef( ntDef, objectDef, defList );
/*
- * List element with the same name as containing context.
+ * Same name as containing context.
*/
NamespaceQual *nspaceQual = NamespaceQual::cons( curNspace() );
String id = curStruct()->objectDef->name;