summaryrefslogtreecommitdiff
path: root/src/parser.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-04-19 15:05:02 -0400
committerAdrian Thurston <thurston@complang.org>2015-04-19 15:05:02 -0400
commit247fb560e1b656cca5b98b42076aade592bedc8f (patch)
tree490a6875e81d9685961cbc95983033b961c61e44 /src/parser.cc
parent0333335160ed6b9c00c5ede9502d7cd2174cf12f (diff)
downloadcolm-247fb560e1b656cca5b98b42076aade592bedc8f.tar.gz
fixed identification of tree map keys, which fixes the key downrefcolm-barracuda-v2colm-barracuda-v1
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;