From e751ea48729874dabea98d0a7fdfd8215a3b4005 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 7 Sep 2021 07:46:19 +0200 Subject: vhdl-parse.adb: adjust error message. Fix #1485 --- src/vhdl/vhdl-parse.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 => -- cgit v1.2.3