From 84e4acdf3a9c817fbd0ca89d380c788ab6f58052 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 20 Aug 2019 20:19:04 +0200 Subject: netlist: fix minor pasto. --- src/synth/netlists-disp_vhdl.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 => -- cgit v1.2.3