The comment incorrectly mentions decimal fixed point.
gcc/ada/ChangeLog:
* libgnat/s-vafi32.ads: Fix head description.
* libgnat/s-vafi64.ads: Likewise.
* libgnat/s-vafi128.ads: Likewise.
-- --
------------------------------------------------------------------------------
--- This package contains routines for scanning values for ordinary fixed point
--- types up to 128-bit small and mantissa, for use in Text_IO.Decimal_IO, and
--- the Value attribute for such decimal types.
+-- This package contains the routines for supporting the Value attribute for
+-- ordinary fixed point types up to 128-bit small and mantissa, and also for
+-- conversion operations required in Text_IO.Fixed_IO for such types.
with Interfaces;
with System.Arith_128;
-- --
------------------------------------------------------------------------------
--- This package contains routines for scanning values for decimal fixed point
--- types up to 32-bit small and mantissa, for use in Text_IO.Decimal_IO, and
--- the Value attribute for such decimal types.
+-- This package contains the routines for supporting the Value attribute for
+-- ordinary fixed point types up to 32-bit small and mantissa, and also for
+-- conversion operations required in Text_IO.Fixed_IO for such types.
with Interfaces;
with System.Arith_32;
-- --
------------------------------------------------------------------------------
--- This package contains routines for scanning values for decimal fixed point
--- types up to 64-bit small and mantissa, for use in Text_IO.Decimal_IO, and
--- the Value attribute for such decimal types.
+-- This package contains the routines for supporting the Value attribute for
+-- ordinary fixed point types up to 64-bit small and mantissa, and also for
+-- conversion operations required in Text_IO.Fixed_IO for such types.
with Interfaces;
with System.Arith_64;