aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/vhdl-parse.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index d3cc8e0b2..228bb29af 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -7393,7 +7393,8 @@ package body Vhdl.Parse is
end if;
Set_Waveform_Chain (Stmt, Wave_Chain);
elsif Get_Kind (Wave_Chain) = Iir_Kind_Conditional_Waveform then
- Check_Vhdl_At_Least_2008 ("conditional signal assignemnt");
+ Check_Vhdl_At_Least_2008
+ ("conditional signal assignment in sequential statement");
N_Stmt :=
Create_Iir (Iir_Kind_Conditional_Signal_Assignment_Statement);
Location_Copy (N_Stmt, Stmt);