From cb1d4fd2789ce4b164c359d035d53ecf1bba814e Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Mon, 18 Aug 2008 16:15:05 +0100 Subject: [PATCH] Amend inaccurate comment --- tgt-vhdl/vhdl_syntax.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tgt-vhdl/vhdl_syntax.hh b/tgt-vhdl/vhdl_syntax.hh index 517d23f6c..a03e002ab 100644 --- a/tgt-vhdl/vhdl_syntax.hh +++ b/tgt-vhdl/vhdl_syntax.hh @@ -245,8 +245,7 @@ private: }; /* - * A concurrent statement appears in architecture bodies but not - * processes. + * A concurrent statement appears in architecture bodies/ */ class vhdl_conc_stmt : public vhdl_element { public: