]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix incorrect RM reference in s-imagef.adb
authorBob Duff <duff@adacore.com>
Fri, 13 Dec 2024 13:58:08 +0000 (08:58 -0500)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 6 Jan 2025 09:14:49 +0000 (10:14 +0100)
gcc/ada/ChangeLog:

* libgnat/s-imagef.adb (Set_Image_Integer):
Change "RM A.3.10" to be "RM A.10.9".

gcc/ada/libgnat/s-imagef.adb

index 56992064fb19486ac406e42ce6fc173787ac816a..06cbed11369dbef8c49a03e3e402ccbf7b6eb92a 100644 (file)
@@ -115,7 +115,7 @@ package body System.Image_F is
    --     Q * 10**(-D)
 
    --  This value can be written to the output file or to the result string
-   --  according to the format described in RM A.3.10. The details of this
+   --  according to the format described in RM A.10.9. The details of this
    --  operation are omitted here.
 
    --  A 64-bit value can represent all integers with 18 decimal digits, but