summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-12 13:41:39 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-22 07:23:08 +0200
commiteb362444d7a6392e62e611f508a81d1810d6886a (patch)
tree1324ad330a21dae5d2a4059bf0f31024b4f05501 /backends
parent4b85e2207ebf0e3e85cdb91976b6a55c5379c749 (diff)
Some spelling errors fixed
Gbp-Pq: Name 0009-Some-spelling-errors-fixed.patch
Diffstat (limited to 'backends')
-rw-r--r--backends/verilog/verilog_backend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/verilog/verilog_backend.cc b/backends/verilog/verilog_backend.cc
index a617215f..6f03f25e 100644
--- a/backends/verilog/verilog_backend.cc
+++ b/backends/verilog/verilog_backend.cc
@@ -1253,7 +1253,7 @@ void dump_module(std::ostream &f, std::string indent, RTLIL::Module *module)
active_module = module;
if (!module->processes.empty())
- log_warning("Module %s contains unmapped RTLIL proccesses. RTLIL processes\n"
+ log_warning("Module %s contains unmapped RTLIL processes. RTLIL processes\n"
"can't always be mapped directly to Verilog always blocks. Unintended\n"
"changes in simulation behavior are possible! Use \"proc\" to convert\n"
"processes to logic networks and registers.", log_id(module));