aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/makegpr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/makegpr.adb')
-rw-r--r--gcc/ada/makegpr.adb8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/makegpr.adb b/gcc/ada/makegpr.adb
index c6c39cd..2d655e1 100644
--- a/gcc/ada/makegpr.adb
+++ b/gcc/ada/makegpr.adb
@@ -447,7 +447,7 @@ package body Makegpr is
-- Create the archive dependency file for a library project
procedure Create_Global_Archive_Dependency_File (Name : String);
- -- Create the archive depenency file for the main project
+ -- Create the archive dependency file for the main project
procedure Display_Command
(Name : String;
@@ -1283,7 +1283,7 @@ package body Makegpr is
Project_Tree.Other_Sources.Table (Source_Id);
-- Only include object file name that have not been
- -- overriden in extending projects.
+ -- overridden in extending projects.
if Is_Included_In_Global_Archive
(Source.Object_Name, Proj)
@@ -1921,7 +1921,7 @@ package body Makegpr is
-- Loop Big_Loop is executed several times only when the dependency file
-- contains several times
-- <object file>: <source1> ...
- -- When there is only one of such occurence, Big_Loop is exited
+ -- When there is only one of such occurrence, Big_Loop is exited
-- successfully at the beginning of the second loop.
Big_Loop :
@@ -3375,7 +3375,7 @@ package body Makegpr is
-- Add the directory where gprmake is invoked in front of the path,
-- if gprmake is invoked from a bin directory or with directory
- -- information. information. Only do this if the platform is not VMS,
+ -- information. Only do this if the platform is not VMS,
-- where the notion of path does not really exist.
-- Below code shares nasty code duplication with make.adb code???