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

commit r15-5244-g3e4146b6934f2818c6ade0b72eec36824ee3c68f
Author: Eric Botcazou <[email protected]>
Date:   Thu Oct 31 18:58:30 2024 +0100

    ada: Another small fix to the description of run-time library routines
    
    gcc/ada/ChangeLog:
    
            * libgnat/s-imagef.ads (Image_Fixed): Adjust outdated sentence.

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

diff --git a/gcc/ada/libgnat/s-imagef.ads b/gcc/ada/libgnat/s-imagef.ads
index 40844fa7c7bb..bcb3aee15faa 100644
--- a/gcc/ada/libgnat/s-imagef.ads
+++ b/gcc/ada/libgnat/s-imagef.ads
@@ -59,8 +59,8 @@ package System.Image_F is
    --  according to the rules for image for fixed-point types (RM 3.5(34)).
    --  For0 and Aft0 are the values of the Fore and Aft attributes for the
    --  fixed point type whose mantissa type is Int and whose small is Num/Den.
-   --  This function is used only for fixed point whose Small is an integer or
-   --  its reciprocal (see package System.Image_R for the handling of other
+   --  This function is used only for fixed point whose Small is the ratio of
+   --  two Int values (see package System.Image_R for the handling of other
    --  ordinary fixed-point types). The caller guarantees that S is long enough
    --  to hold the result and has a lower bound of 1.

Reply via email to