Typo fixes.

This commit is contained in:
Wilson Snyder
2010-09-25 07:46:09 -04:00
parent ed2fbd8f25
commit 55da4fdbf6
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ private:
if (nodep->lsbp()->castConst() && nodep->msbConst() > frommsb) {
// See also warning in V3Const
// We need to check here, because the widthCheck may silently
// add another SEL which will loose the out-of-range check
// add another SEL which will lose the out-of-range check
nodep->v3error("Selection index out of range: "
<<nodep->msbConst()<<":"<<nodep->lsbConst()
<<" outside "<<frommsb<<":"<<fromlsb);