diff options
Diffstat (limited to 'src/grt/grt-signals.ads')
-rw-r--r-- | src/grt/grt-signals.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-signals.ads b/src/grt/grt-signals.ads index 61a38d38c..522521a37 100644 --- a/src/grt/grt-signals.ads +++ b/src/grt/grt-signals.ads @@ -704,7 +704,7 @@ package Grt.Signals is -- -- Assignment using direct driver: -- * the driver value is set - -- * put the signal on the ghdl_signal_active_chain, if the signal will + -- * put the signal on the signal_active_chain, if the signal will -- be active and if not already on the chain. procedure Ghdl_Signal_Add_Direct_Driver (Sign : Ghdl_Signal_Ptr; Drv : Ghdl_Value_Ptr); |