aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-17 05:53:36 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-18 07:59:34 +0200
commit513bbe9ca27c2c3beaf315df8280586a21cae76a (patch)
tree849f550b4877436e0f11ba1fc7e10ea64a05736a /src/libraries.ads
parent8d71ed4eb2e0e4fb4081ff8f5f220fdd44a741e2 (diff)
downloadghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.gz
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.bz2
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.zip
Fix typo: paths.
Diffstat (limited to 'src/libraries.ads')
-rw-r--r--src/libraries.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libraries.ads b/src/libraries.ads
index 0a7e04674..2d1483833 100644
--- a/src/libraries.ads
+++ b/src/libraries.ads
@@ -49,7 +49,7 @@ package Libraries is
Work_Library_Name : Name_Id := Std_Names.Name_Work;
-- Directory of the work library.
- -- Set by default by INIT_PATHES to the local directory.
+ -- Set by default by INIT_PATHS to the local directory.
Work_Directory : Name_Id;
-- Local (current) directory.
@@ -62,15 +62,15 @@ package Libraries is
-- Chain of obsoleted design units.
Obsoleted_Design_Units : Iir := Null_Iir;
- -- Initialize library pathes table.
+ -- Initialize library paths table.
-- Set the local path.
- procedure Init_Pathes;
+ procedure Init_Paths;
-- Add PATH in the search path.
procedure Add_Library_Path (Path : String);
- -- Get the number of path in the search pathes.
- function Get_Nbr_Pathes return Natural;
+ -- Get the number of path in the search paths.
+ function Get_Nbr_Paths return Natural;
-- Get path N.
function Get_Path (N : Natural) return Name_Id;