summaryrefslogtreecommitdiff
path: root/gcc/ada/freeze.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2012-07-30 15:15:00 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2012-07-30 17:15:00 +0200
commit29ba9f52eee2ab585349ba71850bf9e0e5c86d3c (patch)
tree10b4ccca210f1b877b9404f282c4e6fd1996100a /gcc/ada/freeze.adb
parentb5059fa0897458f65c8c2a30f3d16c8dbc1e0e03 (diff)
downloadgcc-29ba9f52eee2ab585349ba71850bf9e0e5c86d3c.tar.gz
par_sco.adb, [...]: Minor reformatting.
2012-07-30 Robert Dewar <dewar@adacore.com> * par_sco.adb, a-cihama.adb, a-coinve.adb, exp_ch7.adb, a-ciorse.adb, exp_ch9.adb, sem_dim.adb, par-ch13.adb, sem_ch9.adb, a-cidlli.adb, a-cimutr.adb, freeze.adb, a-ciormu.adb, sem_res.adb, sem_attr.adb, a-cihase.adb, exp_ch4.adb, sem_ch4.adb, a-ciorma.adb, s-tasinf-linux.ads, sem_ch13.adb, a-coinho.adb: Minor reformatting. Add comments. From-SVN: r189977
Diffstat (limited to 'gcc/ada/freeze.adb')
-rw-r--r--gcc/ada/freeze.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb
index 14856432ca9..f2f7ac918c8 100644
--- a/gcc/ada/freeze.adb
+++ b/gcc/ada/freeze.adb
@@ -3029,7 +3029,7 @@ package body Freeze is
-- Pre/post conditions are implemented through a subprogram in
-- the corresponding body, and therefore are not checked on an
- -- imported subprogram, for which the body is not available.
+ -- imported subprogram for which the body is not available.
-- Could consider generating a wrapper to take care of this???