From 888c43210b4be97a65c99781734cd8cdd6363191 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 30 Oct 2013 00:47:31 +0100 Subject: Fixed help message typo (memory pass) --- passes/memory/memory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/memory/memory.cc') 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 args, RTLIL::Design *design) -- cgit v1.2.3