summaryrefslogtreecommitdiff
path: root/gcc/ada/frontend.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r--gcc/ada/frontend.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb
index 6d01843fb22..b6fde4352cc 100644
--- a/gcc/ada/frontend.adb
+++ b/gcc/ada/frontend.adb
@@ -103,7 +103,7 @@ begin
end if;
-- Now that the preprocessing situation is established, we are able to
- -- load the main source (this is no longer done by Lib.Load.Initalize).
+ -- load the main source (this is no longer done by Lib.Load.Initialize).
Lib.Load.Load_Main_Source;
@@ -355,7 +355,7 @@ begin
Sprint.Source_Dump;
-- If a mapping file has been specified by a -gnatem switch, update
- -- it if there has been some sourcs that were not in the mappings.
+ -- it if there has been some sources that were not in the mappings.
if Mapping_File_Name /= null then
Fmap.Update_Mapping_File (Mapping_File_Name.all);