aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.ads
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-09 00:19:56 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-10 10:14:16 +0100
commite4379c7f1f6188f845fc9b895f0b982c7c0b66ca (patch)
treee3bb2d6b99c677cf9742e19e59c7b95defc49654 /src/libraries.ads
parent5b7dcc22a470cb46cc87b0fad2b4b44522c8c46d (diff)
downloadghdl-e4379c7f1f6188f845fc9b895f0b982c7c0b66ca.tar.gz
ghdl-e4379c7f1f6188f845fc9b895f0b982c7c0b66ca.tar.bz2
ghdl-e4379c7f1f6188f845fc9b895f0b982c7c0b66ca.zip
Typo fixes in Ada code.
Diffstat (limited to 'src/libraries.ads')
-rw-r--r--src/libraries.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libraries.ads b/src/libraries.ads
index a4028cdad..688d9251f 100644
--- a/src/libraries.ads
+++ b/src/libraries.ads
@@ -167,7 +167,7 @@ package Libraries is
-- Find an entity whose name is NAME in any library.
-- If there is no such entity, return NULL_IIR.
- -- If there are severals entities, return NULL_IIR;
+ -- If there are several entities, return NULL_IIR;
function Find_Entity_For_Component (Name: Name_Id) return Iir_Design_Unit;
-- Decode '--work=NAME' command line option and return the identifier
@@ -177,7 +177,7 @@ package Libraries is
-- Return Null_Identifier if NAME is not a valid name.
function Decode_Work_Option (Opt : String) return Name_Id;
- -- Get the chain of libraries. Can be used only to read (it musn't be
+ -- Get the chain of libraries. Can be used only to read (it mustn't be
-- modified).
function Get_Libraries_Chain return Iir_Library_Declaration;
end Libraries;