summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch9.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-06 10:09:01 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-06 10:09:01 +0000
commit3713b75fab858d1fe40cee92d35ad9f6f3f718f6 (patch)
tree580960e8e362807d1ac103a3c14bc104260b1f4a /gcc/ada/sem_ch9.adb
parent8b8f1d9876597d82f2ab618f1b749b8196f9f640 (diff)
downloadgcc-3713b75fab858d1fe40cee92d35ad9f6f3f718f6.tar.gz
2012-11-06 Robert Dewar <dewar@adacore.com>
* sem_ch9.adb, exp_vfpt.adb, xoscons.adb: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch9.adb')
-rw-r--r--gcc/ada/sem_ch9.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch9.adb b/gcc/ada/sem_ch9.adb
index 4e0ecf28a2d..27b748677c8 100644
--- a/gcc/ada/sem_ch9.adb
+++ b/gcc/ada/sem_ch9.adb
@@ -1470,7 +1470,7 @@ package body Sem_Ch9 is
Analyze (Call);
- -- An indirect call in this context is illegal. A procedure call that
+ -- An indirect call in this context is illegal. A procedure call that
-- does not involve a renaming of an entry is illegal as well, but this
-- and other semantic errors are caught during resolution.