aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.ads
diff options
context:
space:
mode:
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;