aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-04-28 07:44:06 +0200
committerTristan Gingold <tgingold@free.fr>2022-04-28 07:44:06 +0200
commit8c76fbb611a6b92d086f8b99c066775e422365da (patch)
treefd0f3b5b0335d9a45eafe2932f75b1396e609102 /src/ghdldrv
parent615aaca53f9fd03635f7d1367aaf0c708b9b10a0 (diff)
downloadghdl-8c76fbb611a6b92d086f8b99c066775e422365da.tar.gz
ghdl-8c76fbb611a6b92d086f8b99c066775e422365da.tar.bz2
ghdl-8c76fbb611a6b92d086f8b99c066775e422365da.zip
ghdllib: adjust first line comment (pasto)
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdllib.adb2
-rw-r--r--src/ghdldrv/ghdllib.ads2
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