aboutsummaryrefslogtreecommitdiffstats
path: root/errorout.adb
diff options
context:
space:
mode:
Diffstat (limited to 'errorout.adb')
-rw-r--r--errorout.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/errorout.adb b/errorout.adb
index e6a9a94a3..88b78b22f 100644
--- a/errorout.adb
+++ b/errorout.adb
@@ -588,7 +588,7 @@ package body Errorout is
return Disp_Identifier (Node, "package body");
when Iir_Kind_Entity_Declaration =>
return Disp_Identifier (Node, "entity");
- when Iir_Kind_Architecture_Declaration =>
+ when Iir_Kind_Architecture_Body =>
return Disp_Identifier (Node, "architecture") &
" of" & Disp_Identifier (Get_Entity (Node), "");
when Iir_Kind_Configuration_Declaration =>