From dd7d9bc95b85fc72db6c66ed97c024c0827cf4f6 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 9 Apr 2010 19:45:46 -0400 Subject: [PATCH] Fix some spelling mistakes in verilator executable & manpage, bug240 --- bin/verilator | 12 ++++++------ src/V3Unroll.cpp | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/verilator b/bin/verilator index 393b3d482..7a27197f6 100755 --- a/bin/verilator +++ b/bin/verilator @@ -1389,20 +1389,20 @@ Verilator configuration commands. =item coverage_off [-file "" [-lines [ - ]]] -Disable coverage for the specified filename (or all files if ommitted) and -range of line numbers (or all lines if ommitted). Often used to ignore an +Disable coverage for the specified filename (or all files if omitted) and +range of line numbers (or all lines if omitted). Often used to ignore an entire module for coverage analysis purposes. =item lint_off -msg [-file "" [-lines [ - ]]] Disables the specified lint warning in the specified filename (or all files -if ommitted) and range of line numbers (or all lines if ommitted). +if omitted) and range of line numbers (or all lines if omitted). =item tracing_off [-file "" [-lines [ - ]]] Disable waveform tracing for all future signals declared in the specified -filename (or all files if ommitted) and range of line numbers (or all lines -if ommitted). +filename (or all files if omitted) and range of line numbers (or all lines +if omitted). =back @@ -1644,7 +1644,7 @@ Often used to ignore an entire module for coverage analysis purposes. =item /*verilator coverage_on*/ -Specifies that following lines of code should have coverage reenabled (if +Specifies that following lines of code should have coverage re-enabled (if appropriate --coverage flags are passed) after being disabled earlier with /*verilator coverage_off*/. diff --git a/src/V3Unroll.cpp b/src/V3Unroll.cpp index 5b2f001b5..3237d94b7 100644 --- a/src/V3Unroll.cpp +++ b/src/V3Unroll.cpp @@ -349,7 +349,7 @@ private: nodep->incsp(), nodep->bodysp())) { pushDeletep(nodep); nodep=NULL; // Did replacement } else { - nodep->v3error("For loop doesn't have genvar index, or is misformed"); + nodep->v3error("For loop doesn't have genvar index, or is malformed"); } } }