From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id BCFF3398B858; Tue, 15 Jun 2021 10:22:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BCFF3398B858 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1466] [Ada] Fix typos in comment about expansion of attribute Image X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/master X-Git-Oldrev: df3db34e57f2856888b4866fb6adf47a5676ad7d X-Git-Newrev: d675f3528764107d70cc7e299419156aaa6f1e87 Message-Id: <20210615102202.BCFF3398B858@sourceware.org> Date: Tue, 15 Jun 2021 10:22:02 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 10:22:02 -0000 https://gcc.gnu.org/g:d675f3528764107d70cc7e299419156aaa6f1e87 commit r12-1466-gd675f3528764107d70cc7e299419156aaa6f1e87 Author: Piotr Trojanek Date: Wed Feb 10 13:14:48 2021 +0100 [Ada] Fix typos in comment about expansion of attribute Image gcc/ada/ * exp_imgv.adb (Expand_User_Defined_Enumeration_Image): Fix typos. Diff: --- gcc/ada/exp_imgv.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/exp_imgv.adb b/gcc/ada/exp_imgv.adb index 3e7336aaf8c..54626be48eb 100644 --- a/gcc/ada/exp_imgv.adb +++ b/gcc/ada/exp_imgv.adb @@ -952,7 +952,7 @@ package body Exp_Imgv is end; -- Generate: - -- S4 : String renames call_put_enumS (S2 .. S3 - 1); + -- P4 : String renames call_put_enumS (P2 .. P3 - 1); declare Sub_Node : constant Node_Id := New_Op_Node (N_Op_Subtract, Loc);