aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists-disp_vhdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_vhdl.adb b/src/synth/netlists-disp_vhdl.adb
index 78676f5f0..54d65b7b5 100644
--- a/src/synth/netlists-disp_vhdl.adb
+++ b/src/synth/netlists-disp_vhdl.adb
@@ -717,7 +717,7 @@ package body Netlists.Disp_Vhdl is
& NL, Inst, (0 => Iw - 1));
else
Disp_Template
- (" \o0 <= \i1; -- reduce or" & NL, Inst);
+ (" \o0 <= \i1; -- reduce and" & NL, Inst);
end if;
end;
when Id_Assert =>