diff options
Diffstat (limited to 'passes/techmap/techmap.cc')
-rw-r--r-- | passes/techmap/techmap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc index 8ba028310..30a6d784f 100644 --- a/passes/techmap/techmap.cc +++ b/passes/techmap/techmap.cc @@ -1102,7 +1102,7 @@ struct FlattenPass : public Pass { log("pass is very similar to the 'techmap' pass. The only difference is that this\n"); log("pass is using the current design as mapping library.\n"); log("\n"); - log("Cells and/or modules with the 'keep_hiearchy' attribute set will not be\n"); + log("Cells and/or modules with the 'keep_hierarchy' attribute set will not be\n"); log("flattened by this command.\n"); log("\n"); } |