From: Bob Duff <[email protected]>
gcc/ada/ChangeLog:
* libgnat/s-imagef.adb (Set_Image_Integer):
Change "RM A.3.10" to be "RM A.10.9".
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/libgnat/s-imagef.adb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/ada/libgnat/s-imagef.adb b/gcc/ada/libgnat/s-imagef.adb
index 56992064fb1..06cbed11369 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
--
2.43.0