summaryrefslogtreecommitdiff
path: root/passes/memory/memory.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-10-30 00:47:31 +0100
committerClifford Wolf <clifford@clifford.at>2013-10-30 00:47:31 +0100
commit888c43210b4be97a65c99781734cd8cdd6363191 (patch)
treed0a575394b0d1e54bf4e3b95396019c639e339c8 /passes/memory/memory.cc
parent613750155d81a3116a7774fb2db7c7c4af28d126 (diff)
Fixed help message typo (memory pass)
Diffstat (limited to 'passes/memory/memory.cc')
-rw-r--r--passes/memory/memory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/memory/memory.cc b/passes/memory/memory.cc
index 6968d58b..680657a7 100644
--- a/passes/memory/memory.cc
+++ b/passes/memory/memory.cc
@@ -37,7 +37,7 @@ struct MemoryPass : public Pass {
log(" memory_map (skipped if called with -nomap)\n");
log("\n");
log("This converts memories to word-wide DFFs and address decoders\n");
- log("or moultiport memory blocks if called with the -nomap option.\n");
+ log("or multiport memory blocks if called with the -nomap option.\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)