diff options
author | Bob Duff <duff@adacore.com> | 2024-12-13 08:58:08 -0500 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2025-01-06 10:14:49 +0100 |
commit | 06bc21f49d9a11b2b53108c95d9c991e51f3a785 (patch) | |
tree | bb5b64f176f18c3bfce1d2666165d4f9d84e419c /gcc | |
parent | 2d2b018dcc4f5a822257688fb393fe0094d92d6d (diff) | |
download | gcc-06bc21f49d9a11b2b53108c95d9c991e51f3a785.zip gcc-06bc21f49d9a11b2b53108c95d9c991e51f3a785.tar.gz gcc-06bc21f49d9a11b2b53108c95d9c991e51f3a785.tar.bz2 |
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".
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnat/s-imagef.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/s-imagef.adb b/gcc/ada/libgnat/s-imagef.adb index 5699206..06cbed1 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 |