summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_elim.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_elim.ads')
-rw-r--r--gcc/ada/sem_elim.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_elim.ads b/gcc/ada/sem_elim.ads
index dfcad41b3d5..ee9f8a10d4c 100644
--- a/gcc/ada/sem_elim.ads
+++ b/gcc/ada/sem_elim.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1997-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1997-2008, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -30,7 +30,7 @@ with Types; use Types;
package Sem_Elim is
procedure Initialize;
- -- Initialize for new main souce program
+ -- Initialize for new main source program
procedure Process_Eliminate_Pragma
(Pragma_Node : Node_Id;
@@ -53,7 +53,7 @@ package Sem_Elim is
-- flag on the given entity.
procedure Eliminate_Error_Msg (N : Node_Id; E : Entity_Id);
- -- Called by the back end on encouterning a call to an eliminated
+ -- Called by the back end on encountering a call to an eliminated
-- subprogram. N is the node for the call, and E is the entity of
-- the subprogram being eliminated.