diff options
Diffstat (limited to 'passes/cmds/scatter.cc')
-rw-r--r-- | passes/cmds/scatter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/cmds/scatter.cc b/passes/cmds/scatter.cc index c396819a7..e5f78830e 100644 --- a/passes/cmds/scatter.cc +++ b/passes/cmds/scatter.cc @@ -31,7 +31,7 @@ struct ScatterPass : public Pass { log(" scatter [selection]\n"); log("\n"); log("This command adds additional intermediate nets on all cell ports. This is used\n"); - log("for testing the correct use of the SigMap halper in passes. If you don't know\n"); + log("for testing the correct use of the SigMap helper in passes. If you don't know\n"); log("what this means: don't worry -- you only need this pass when testing your own\n"); log("extensions to Yosys.\n"); log("\n"); |