diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2009-08-13 03:52:49 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2009-08-13 03:52:49 +0000 |
commit | 6bf403b592cd83140f6d2ae5a66763275dd15a56 (patch) | |
tree | c4470403e517a63239641ae502cf01aa70d1e3b3 | |
parent | f62b0cb030a296aedd812f75ccca00b8237dcb68 (diff) | |
download | ghdl-6bf403b592cd83140f6d2ae5a66763275dd15a56.tar.gz ghdl-6bf403b592cd83140f6d2ae5a66763275dd15a56.tar.bz2 ghdl-6bf403b592cd83140f6d2ae5a66763275dd15a56.zip |
Fix comment.
-rw-r--r-- | ieee-vital_timing.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ieee-vital_timing.adb b/ieee-vital_timing.adb index d489d99cb..07a579d5e 100644 --- a/ieee-vital_timing.adb +++ b/ieee-vital_timing.adb @@ -1030,7 +1030,7 @@ package body Ieee.Vital_Timing is Check_Vital_Delay_Type (Iport, Oport); -- IEEE 1076.4 4.3.2.1.3.14 Biased propagation delay - -- There shall exit, in the same entity generic clause, a corresponding + -- There shall exist, in the same entity generic clause, a corresponding -- propagation delay generic denoting the same ports, condition name, -- and edge. declare |