From 3745664656615595463e628dbee5ed77d38f7a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F=20=E5=8C=85=E5=8D=93=E8=BD=A9?= Date: Tue, 14 Jun 2016 19:29:15 +0200 Subject: Typo carray -> carry in full adder example (#77) --- doc/Starting_with_GHDL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Starting_with_GHDL.rst b/doc/Starting_with_GHDL.rst index d046e9aca..bba4b7b7a 100644 --- a/doc/Starting_with_GHDL.rst +++ b/doc/Starting_with_GHDL.rst @@ -171,7 +171,7 @@ the adder: assert s = patterns(i).s report "bad sum value" severity error; assert co = patterns(i).co - report "bad carray out value" severity error; + report "bad carry out value" severity error; end loop; assert false report "end of test" severity note; -- Wait forever; this will finish the simulation. -- cgit v1.2.3