aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-parse.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index 6a6f67024..9fac0b71f 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -1682,7 +1682,7 @@ package body Vhdl.Parse is
end if;
if Ctxt not in Parameter_Interface_List then
Error_Msg_Parse
- ("variable interface not allowed in generic or port clause");
+ ("file interface not allowed in generic or port clause");
end if;
Kind := Iir_Kind_Interface_File_Declaration;
when Tok_Quantity =>