From: Robert Dewar Date: Mon, 4 Aug 2008 10:22:58 +0000 (+0200) Subject: exp_ch4.adb: Minor reformatting X-Git-Tag: releases/gcc-4.4.0~3424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8654a24048d1f75d9ccf999d966342c8a71accda;p=thirdparty%2Fgcc.git exp_ch4.adb: Minor reformatting 2008-08-04 Robert Dewar * exp_ch4.adb: Minor reformatting From-SVN: r138601 --- diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index 1bef500b46a8..b1243d7a280a 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.