From 3aa7f6c8174ea07cc0f3406c779360988dcae010 Mon Sep 17 00:00:00 2001 From: Aleksandra Pasek Date: Thu, 15 May 2025 21:40:55 +0000 Subject: [PATCH] ada: Correct comment in s-valuen.ads gcc/ada/ChangeLog: * libgnat/s-valuen.ads: Correct comment. --- 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 047ded6204b..a57ee5567ac 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 -- 2.47.2