https://gcc.gnu.org/g:3aa7f6c8174ea07cc0f3406c779360988dcae010

commit r16-1868-g3aa7f6c8174ea07cc0f3406c779360988dcae010
Author: Aleksandra Pasek <pa...@adacore.com>
Date:   Thu May 15 21:40:55 2025 +0000

    ada: Correct comment in s-valuen.ads
    
    gcc/ada/ChangeLog:
    
            * libgnat/s-valuen.ads: Correct comment.

Diff:
---
 gcc/ada/libgnat/s-valuen.ads | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/libgnat/s-valuen.ads b/gcc/ada/libgnat/s-valuen.ads
index 047ded6204bd..a57ee5567acb 100644
--- a/gcc/ada/libgnat/s-valuen.ads
+++ b/gcc/ada/libgnat/s-valuen.ads
@@ -30,8 +30,8 @@
 ------------------------------------------------------------------------------
 
 --  This package is used to compute the Value attribute for enumeration types
---  other than those in packages Standard and System. See unit Exp_Imgv for
---  details of the format of constructed image tables.
+--  other than those in package Standard. See unit Exp_Imgv for details of the
+--  format of constructed image tables.
 
 generic

Reply via email to