From 61549759f1dfbf0a10835bbd2ce1c6212d5257a4 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 4 Aug 2008 14:51:30 +0200 Subject: [PATCH] exp_ch6.adb: Minor comment fix. 2008-08-04 Thomas Quinot * exp_ch6.adb: Minor comment fix. From-SVN: r138618 --- gcc/ada/exp_ch6.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => -- 2.47.2