From 6f9e364dabbd6976ccaba8460b9aebf4f7f25ce4 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 --- elab_expr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '~':