From dbcbaab84774c543b700c0293fe3b3bea60269f6 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 11 Apr 2010 18:39:56 -0700 Subject: [PATCH] Fix a comment typo (cherry picked from commit 6f9e364dabbd6976ccaba8460b9aebf4f7f25ce4) --- elab_expr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elab_expr.cc b/elab_expr.cc index 5799c9632..f527f4542 100644 --- a/elab_expr.cc +++ b/elab_expr.cc @@ -3646,7 +3646,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 '~':