From: Thomas Quinot Date: Mon, 4 Aug 2008 12:51:30 +0000 (+0200) Subject: exp_ch6.adb: Minor comment fix. X-Git-Tag: releases/gcc-4.4.0~3408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61549759f1dfbf0a10835bbd2ce1c6212d5257a4;p=thirdparty%2Fgcc.git exp_ch6.adb: Minor comment fix. 2008-08-04 Thomas Quinot * exp_ch6.adb: Minor comment fix. From-SVN: r138618 --- diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index 2d31162a049d..4c3f3da63f94 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -2286,7 +2286,7 @@ package body Exp_Ch6 is -- For other cases we simply pass the level of the actual's -- access type. The type is retrieved from Prev rather than - -- Prev_Orig, because in some cases Prev_Orig denotes a + -- Prev_Orig, because in some cases Prev_Orig denotes an -- original expression that has not been analyzed. when others =>