From b69daf785df8dee56f851ce9d6dd38d7779a04ca Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 28 Oct 2015 16:07:23 -0700 Subject: 2305 --- 054dilated_reagent.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- cgit 1.4.1-2-gfad0