diff options
author | Robert Dewar <dewar@adacore.com> | 2008-08-04 12:22:58 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-04 12:22:58 +0200 |
commit | 8654a24048d1f75d9ccf999d966342c8a71accda (patch) | |
tree | b3c9cb6eb2890ee6772bc656199beb596a592904 | |
parent | 75ad5042832e9f76566a3f841f9c7701ccd071ee (diff) | |
download | gcc-8654a24048d1f75d9ccf999d966342c8a71accda.zip gcc-8654a24048d1f75d9ccf999d966342c8a71accda.tar.gz gcc-8654a24048d1f75d9ccf999d966342c8a71accda.tar.bz2 |
exp_ch4.adb: Minor reformatting
2008-08-04 Robert Dewar <dewar@adacore.com>
* exp_ch4.adb: Minor reformatting
From-SVN: r138601
-rw-r--r-- | gcc/ada/exp_ch4.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index 1bef500..b1243d7 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -8353,7 +8353,7 @@ package body Exp_Ch4 is -- chain. The Final_Chain that is thus created is shared by the -- access parameter. The access type is tested against the result -- type of the function to exclude allocators whose type is an - -- anonymous access result type. We freeze the type at once to + -- anonymous access result type. We freeze the type at once to -- ensure that it is properly decorated for the back-end, even -- if the context and current scope is a loop. |