mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5823 from petterreinholdtsen/spelling-error-frontends-ast-genrtlil
Fixed spelling error in message of frontends/ast/genrtlil.cc.
This commit is contained in:
commit
70ee009dd9
|
|
@ -798,7 +798,7 @@ struct AST_INTERNAL::ProcessGenerator
|
|||
break;
|
||||
|
||||
case AST_ASSIGN:
|
||||
ast->input_error("Found continous assignment in always/initial block!\n");
|
||||
ast->input_error("Found continuous assignment in always/initial block!\n");
|
||||
break;
|
||||
|
||||
case AST_PARAMETER:
|
||||
|
|
|
|||
Loading…
Reference in New Issue