]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Another small fix to the description of run-time library routines
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 31 Oct 2024 17:58:30 +0000 (18:58 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 14 Nov 2024 13:54:31 +0000 (14:54 +0100)
gcc/ada/ChangeLog:

* libgnat/s-imagef.ads (Image_Fixed): Adjust outdated sentence.

gcc/ada/libgnat/s-imagef.ads

index 40844fa7c7bbbfc2a8d857df5c16c6248170f994..bcb3aee15faa7d038d02ff2c5258fe1807af8040 100644 (file)
@@ -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.