aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-28 10:06:42 +0200
committerClifford Wolf <clifford@clifford.at>2019-08-28 10:06:42 +0200
commit47ffbf554ef98a19222b42e48a9c58f3b55364fa (patch)
treef7cc6febaf7de1707fd18c7e201ea49b32bfb00a /passes/techmap
parent0fda0e821cee249dd722c8b52e941c35bd9d8df0 (diff)
downloadyosys-47ffbf554ef98a19222b42e48a9c58f3b55364fa.tar.gz
yosys-47ffbf554ef98a19222b42e48a9c58f3b55364fa.tar.bz2
yosys-47ffbf554ef98a19222b42e48a9c58f3b55364fa.zip
Fix typo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/attrmap.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/techmap/attrmap.cc b/passes/techmap/attrmap.cc
index 3a2835733..5f30817d4 100644
--- a/passes/techmap/attrmap.cc
+++ b/passes/techmap/attrmap.cc
@@ -227,7 +227,7 @@ struct AttrmapPass : public Pass {
log("\n");
log(" attrmap [options] [selection]\n");
log("\n");
- log("This command renames attributes and/or mapps key/value pairs to\n");
+ log("This command renames attributes and/or maps key/value pairs to\n");
log("other key/value pairs.\n");
log("\n");
log_attrmap_paramap_options();
@@ -307,7 +307,7 @@ struct ParamapPass : public Pass {
log("\n");
log(" paramap [options] [selection]\n");
log("\n");
- log("This command renames cell parameters and/or mapps key/value pairs to\n");
+ log("This command renames cell parameters and/or maps key/value pairs to\n");
log("other key/value pairs.\n");
log("\n");
log_attrmap_paramap_options();