diff options
-rw-r--r-- | doc/Starting_with_GHDL.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |