diff options
Diffstat (limited to 'Source/Core/Util.ssc')
-rw-r--r-- | Source/Core/Util.ssc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Util.ssc b/Source/Core/Util.ssc index 914ccf09..e90358ac 100644 --- a/Source/Core/Util.ssc +++ b/Source/Core/Util.ssc @@ -266,7 +266,7 @@ namespace Microsoft.Boogie }
public static string! PrettyPrintBplExpr (Expr! e) {
// anything that is unknown will just be printed via ToString
- // OldExpr and QuantifierExpr, ExtractExpr, BvConcatExpr are ignored for now
+ // OldExpr and QuantifierExpr, BvExtractExpr, BvConcatExpr are ignored for now
// LiteralExpr is printed as itself by ToString
if (e is IdentifierExpr) {
string s = e.ToString();
|