diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-12 04:50:55 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-12 04:50:55 +0200 |
commit | 43f89567b80e89dfcec9392552cc80e97a322230 (patch) | |
tree | a5d84f82d129d9b97cb4f27933eaac89c47b51f4 | |
parent | 160168fac2371af9a7dbed3d491e4ffc701e81b7 (diff) | |
download | ghdl-43f89567b80e89dfcec9392552cc80e97a322230.tar.gz ghdl-43f89567b80e89dfcec9392552cc80e97a322230.tar.bz2 ghdl-43f89567b80e89dfcec9392552cc80e97a322230.zip |
vhdl-nodes: add a comment.
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index de1df09e9..28e58bbb8 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -399,7 +399,7 @@ package Vhdl.Nodes is -- -- Get/Set_Literal_Origin (Field2) -- - -- List of elements + -- List of elements (Index 0 is for the leftest element). -- Get/Set_Simple_Aggregate_List (Field4) -- -- Get/Set_Type (Field1) |