diff --git a/elab_expr.cc b/elab_expr.cc index e277154f3..068af4865 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -3630,7 +3630,7 @@ unsigned PEUnary::test_width(Design*des, NetScope*scope, // For these operators, the act of padding to the // minimum width can have an important impact on the // calculation. So don't let the tested width be less - // then the tested width. + // then the minimum width. case '-': case '+': case '~':