From a89e8fd8691accfc2f67080b4ca1ad678c3f5f81 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 22 Apr 2026 04:28:51 +0200 Subject: [PATCH] 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. --- frontends/ast/genrtlil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/ast/genrtlil.cc b/frontends/ast/genrtlil.cc index 5e0356fd3..966fe563a 100644 --- a/frontends/ast/genrtlil.cc +++ b/frontends/ast/genrtlil.cc @@ -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: