diff options
author | Robert Dewar <dewar@adacore.com> | 2014-07-31 09:37:12 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-31 11:37:12 +0200 |
commit | 1fb63e89dfeff6b42792967c764df89d0ca1d8c6 (patch) | |
tree | 1ba101c6fc76662edeaaf29a4db8af79dec2ade7 /gcc/ada/exp_util.adb | |
parent | 2fe258bf9315fa25f620860f99462faa8ade3b68 (diff) | |
download | gcc-1fb63e89dfeff6b42792967c764df89d0ca1d8c6.zip gcc-1fb63e89dfeff6b42792967c764df89d0ca1d8c6.tar.gz gcc-1fb63e89dfeff6b42792967c764df89d0ca1d8c6.tar.bz2 |
exp_ch5.adb, [...]: Minor reformatting.
2014-07-31 Robert Dewar <dewar@adacore.com>
* exp_ch5.adb, sem_ch3.adb, exp_ch7.adb, exp_util.adb, exp_ch9.adb,
sem_ch7.adb, checks.adb, s-exctra.adb, exp_ch6.adb, exp_disp.adb,
exp_dist.adb, sem_ch13.adb, exp_strm.adb, exp_ch3.adb: Minor
reformatting.
From-SVN: r213325
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r-- | gcc/ada/exp_util.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb index f12cf6a..c50a6cd 100644 --- a/gcc/ada/exp_util.adb +++ b/gcc/ada/exp_util.adb @@ -461,7 +461,7 @@ package body Exp_Util is Utyp := Underlying_Type (Base_Type (Utyp)); - -- Deal with non-tagged derivation of private views. If the parent is + -- Deal with untagged derivation of private views. If the parent is -- now known to be protected, the finalization routine is the one -- defined on the corresponding record of the ancestor (corresponding -- records do not automatically inherit operations, but maybe they |