diff options
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r-- | doc/ghdl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index cfa8ef218..ed74f57d9 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -976,7 +976,7 @@ As a result, @ref{2b,,-r} is just a passthrough to the binary generated in the @ @example -entity hello_world is +entity heartbeat is port ( clk: out std_logic; ) end hearbeat; |