summaryrefslogtreecommitdiffstats
path: root/gcc/ada/sem_warn.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-27 14:14:44 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-27 14:14:44 +0000
commit7d296b158cd2385f779b2ca307b34574d418667b (patch)
treeab6c5760c6fc0bb57b7c99d73113a6e3b815d6c1 /gcc/ada/sem_warn.ads
parent6bc43bf7533e1352b3132c8f25b163d5a3c08004 (diff)
downloadppe42-gcc-7d296b158cd2385f779b2ca307b34574d418667b.tar.gz
ppe42-gcc-7d296b158cd2385f779b2ca307b34574d418667b.zip
2009-10-27 Robert Dewar <dewar@adacore.com>
* s-fileio.adb, s-fileio.ads, sem_util.adb, sem_warn.adb, sem_warn.ads: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153597 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_warn.ads')
-rw-r--r--gcc/ada/sem_warn.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_warn.ads b/gcc/ada/sem_warn.ads
index 57d565cd83f..365ad397d1b 100644
--- a/gcc/ada/sem_warn.ads
+++ b/gcc/ada/sem_warn.ads
@@ -211,8 +211,8 @@ package Sem_Warn is
-- an only OUT parameter, or if Warn_On_All_Unread_Out_Parameters is set.
procedure Warn_On_Overlapping_Actuals (Subp : Entity_Id; N : Node_Id);
- -- Called on a subprogram call. Checks whether an in-out actual that is
- -- not by-copy may overlap with another actual, thus leadind to aliasing
+ -- Called on a subprogram call. Checks whether an IN OUT actual that is
+ -- not by-copy may overlap with another actual, thus leading to aliasing
-- in the body of the called subprogram.
procedure Warn_On_Suspicious_Index (Name : Entity_Id; X : Node_Id);
OpenPOWER on IntegriCloud