public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1466] [Ada] Fix typos in comment about expansion of attribute Image
@ 2021-06-15 10:22 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-15 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d675f3528764107d70cc7e299419156aaa6f1e87

commit r12-1466-gd675f3528764107d70cc7e299419156aaa6f1e87
Author: Piotr Trojanek <trojanek@adacore.com>
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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-15 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:22 [gcc r12-1466] [Ada] Fix typos in comment about expansion of attribute Image Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).