mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-21 17:39:41 +00:00
Fixed spelling error in message of frontends/ast/genrtlil.cc.
Patch by Ruben Undheim via the Debian project. The patch originated as 0009-Some-spelling-errors-fixed.patch and was dated 2018-07-12 there. See also issue #5805.
This commit is contained in:
parent
ed5d122174
commit
a89e8fd869
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue