aboutsummaryrefslogtreecommitdiffstats
path: root/backends/spice/spice.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-05 08:18:21 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-05 08:18:21 +0200
commit3920bf58d01ad9b34a7afba5bfa2f19ffff53240 (patch)
tree447ae39469ace34e0b0f6ac3206aa4883b5823d3 /backends/spice/spice.cc
parente4e6becba9259a125bfd2788d453f5ac33272d2f (diff)
downloadyosys-3920bf58d01ad9b34a7afba5bfa2f19ffff53240.tar.gz
yosys-3920bf58d01ad9b34a7afba5bfa2f19ffff53240.tar.bz2
yosys-3920bf58d01ad9b34a7afba5bfa2f19ffff53240.zip
Fixed some typos
Diffstat (limited to 'backends/spice/spice.cc')
-rw-r--r--backends/spice/spice.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/spice/spice.cc b/backends/spice/spice.cc
index 5e8cf85ee..bd54f16b9 100644
--- a/backends/spice/spice.cc
+++ b/backends/spice/spice.cc
@@ -218,7 +218,7 @@ struct SpiceBackend : public Backend {
if (module->processes.size() != 0)
log_error("Found unmapped processes in module %s: unmapped processes are not supported in SPICE backend!\n", log_id(module));
if (module->memories.size() != 0)
- log_error("Found munmapped emories in module %s: unmapped memories are not supported in SPICE backend!\n", log_id(module));
+ log_error("Found unmapped memories in module %s: unmapped memories are not supported in SPICE backend!\n", log_id(module));
if (module->name == RTLIL::escape_id(top_module_name)) {
top_module = module;