diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2021-02-10 13:14:48 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-15 06:19:28 -0400 |
commit | d675f3528764107d70cc7e299419156aaa6f1e87 (patch) | |
tree | ca3d7c9b4d13d4e9012321e451a167d97e93f371 | |
parent | df3db34e57f2856888b4866fb6adf47a5676ad7d (diff) | |
download | gcc-d675f3528764107d70cc7e299419156aaa6f1e87.zip gcc-d675f3528764107d70cc7e299419156aaa6f1e87.tar.gz gcc-d675f3528764107d70cc7e299419156aaa6f1e87.tar.bz2 |
[Ada] Fix typos in comment about expansion of attribute Image
gcc/ada/
* exp_imgv.adb (Expand_User_Defined_Enumeration_Image): Fix
typos.
-rw-r--r-- | gcc/ada/exp_imgv.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_imgv.adb b/gcc/ada/exp_imgv.adb index 3e7336a..54626be 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); |