summaryrefslogtreecommitdiff
path: root/passes/hierarchy
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-03-29 20:22:08 +0200
committerClifford Wolf <clifford@clifford.at>2015-03-29 20:22:08 +0200
commit4b4490761949e738dee54bdfc52e080e0a5c9067 (patch)
tree898587108a6d68bf6f502e4fee688932a09a95bb /passes/hierarchy
parenta923a63a892b8f0c39aa740c8fe207462fe2d8c8 (diff)
documentation improvements
Diffstat (limited to 'passes/hierarchy')
-rw-r--r--passes/hierarchy/hierarchy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/hierarchy/hierarchy.cc b/passes/hierarchy/hierarchy.cc
index 155d4e46..a393343d 100644
--- a/passes/hierarchy/hierarchy.cc
+++ b/passes/hierarchy/hierarchy.cc
@@ -352,7 +352,7 @@ struct HierarchyPass : public Pass {
log("\n");
log(" -purge_lib\n");
log(" by default the hierarchy command will not remove library (blackbox)\n");
- log(" module. use this options to also remove unused blackbox modules.\n");
+ log(" modules. use this option to also remove unused blackbox modules.\n");
log("\n");
log(" -libdir <directory>\n");
log(" search for files named <module_name>.v in the specified directory\n");