summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-02 19:32:59 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-02 20:47:48 -0500
commit99152fedc21ec1772ddd4c915b4af616270c10c7 (patch)
treebec55a8f49b9e7d27cecbcb6322d14dc59322fb1 /src/expr/expr_manager_template.cpp
parent178698a808d9bfdad3629edb5d19e475a293e8d4 (diff)
Minor cleanup.
Diffstat (limited to 'src/expr/expr_manager_template.cpp')
-rw-r--r--src/expr/expr_manager_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_manager_template.cpp b/src/expr/expr_manager_template.cpp
index d87c498e6..5fe7b34c1 100644
--- a/src/expr/expr_manager_template.cpp
+++ b/src/expr/expr_manager_template.cpp
@@ -542,7 +542,7 @@ ArrayType ExprManager::mkArrayType(Type indexType, Type constituentType) const {
DatatypeType ExprManager::mkDatatypeType(const Datatype& datatype) {
// Not worth a special implementation; this doesn't need to be fast
- // code anyway..
+ // code anyway.
vector<Datatype> datatypes;
datatypes.push_back(datatype);
vector<DatatypeType> result = mkMutualDatatypeTypes(datatypes);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback