From: Bob Duff Date: Fri, 13 Dec 2024 13:58:08 +0000 (-0500) Subject: ada: Fix incorrect RM reference in s-imagef.adb X-Git-Tag: basepoints/gcc-16~2960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06bc21f49d9a11b2b53108c95d9c991e51f3a785;p=thirdparty%2Fgcc.git ada: Fix incorrect RM reference in s-imagef.adb gcc/ada/ChangeLog: * libgnat/s-imagef.adb (Set_Image_Integer): Change "RM A.3.10" to be "RM A.10.9". --- diff --git a/gcc/ada/libgnat/s-imagef.adb b/gcc/ada/libgnat/s-imagef.adb index 56992064fb19..06cbed11369d 100644 --- a/gcc/ada/libgnat/s-imagef.adb +++ b/gcc/ada/libgnat/s-imagef.adb @@ -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