3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-21 01:19:39 +00:00

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:
Emil J 2026-04-22 08:18:07 +00:00 committed by GitHub
commit 70ee009dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: