Fix a typo and whitespaces

This commit is contained in:
Yoichi Hirai
2016-09-07 14:29:01 +02:00
parent 940c5a8612
commit c9b23d9829
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ bool Why3Translator::visit(Literal const& _literal)
else
add("(of_int " + toString(type->literalValue(&_literal)) + ")");
break;
}
}
default:
error(_literal, "Not supported.");
}
+1 -1
View File
@@ -108,7 +108,7 @@ private:
/// @returns a string representing an expression that is a copy of this.storage
std::string copyOfStorage() const;
/// Visits the givin statement and indents it unless it is a block
/// Visits the given statement and indents it unless it is a block
/// (which does its own indentation).
void visitIndentedUnlessBlock(Statement const& _statement);