about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-28 16:07:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-28 16:07:23 -0700
commitb69daf785df8dee56f851ce9d6dd38d7779a04ca (patch)
treeeed9563b86fb9dffa1e710a8f4ff24d44ce26f20
parent37b8273e9a429e7fb391284ef91970c424430885 (diff)
downloadmu-b69daf785df8dee56f851ce9d6dd38d7779a04ca.tar.gz
2305
-rw-r--r--054dilated_reagent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc
index 21567a03..4a64a126 100644
--- a/054dilated_reagent.cc
+++ b/054dilated_reagent.cc
@@ -85,7 +85,7 @@ if (s.at(0) == '{') {
   name = properties.at(0).first;
   string type_name = properties.at(0).second->value;
   if (Type_ordinal.find(type_name) == Type_ordinal.end()) {
-      // this type can't be an integer
+      // this type can't be an integer literal
     Type_ordinal[type_name] = Next_type_ordinal++;
   }
   type = new type_tree(Type_ordinal[type_name]);