diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-04-28 07:44:06 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-04-28 07:44:06 +0200 |
commit | 8c76fbb611a6b92d086f8b99c066775e422365da (patch) | |
tree | fd0f3b5b0335d9a45eafe2932f75b1396e609102 | |
parent | 615aaca53f9fd03635f7d1367aaf0c708b9b10a0 (diff) | |
download | ghdl-8c76fbb611a6b92d086f8b99c066775e422365da.tar.gz ghdl-8c76fbb611a6b92d086f8b99c066775e422365da.tar.bz2 ghdl-8c76fbb611a6b92d086f8b99c066775e422365da.zip |
ghdllib: adjust first line comment (pasto)
-rw-r--r-- | src/ghdldrv/ghdllib.adb | 2 | ||||
-rw-r--r-- | src/ghdldrv/ghdllib.ads | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdllib.adb b/src/ghdldrv/ghdllib.adb index a96877968..653bf3683 100644 --- a/src/ghdldrv/ghdllib.adb +++ b/src/ghdldrv/ghdllib.adb @@ -1,4 +1,4 @@ --- GHDL driver for synthesis +-- GHDL driver for libraries commands -- Copyright (C) 2016 Tristan Gingold -- -- This program is free software: you can redistribute it and/or modify diff --git a/src/ghdldrv/ghdllib.ads b/src/ghdldrv/ghdllib.ads index 9544625e1..9ddbb7f6e 100644 --- a/src/ghdldrv/ghdllib.ads +++ b/src/ghdldrv/ghdllib.ads @@ -1,4 +1,4 @@ --- GHDL driver for synthesis +-- GHDL driver for libraries commands -- Copyright (C) 2016 Tristan Gingold -- -- This program is free software: you can redistribute it and/or modify |