[Ada] Sprint: minor comment tweak
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 12 Aug 2019 08:59:23 +0000 (08:59 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 12 Aug 2019 08:59:23 +0000 (08:59 +0000)
2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* sprint.ads: Minor comment tweak.

From-SVN: r274286

gcc/ada/ChangeLog
gcc/ada/sprint.ads

index 362efba..b05d7c8 100644 (file)
@@ -1,5 +1,9 @@
 2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
 
+       * sprint.ads: Minor comment tweak.
+
+2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
+
        * checks.adb (Insert_Valid_Check): Do not retrieve the
        Do_Range_Check flag from the Original_Node but from the
        Validated_Object.  Remove useless bypass for floating-point
index 11a552f..c510ac6 100644 (file)
@@ -48,8 +48,8 @@ package Sprint is
 
    --    Allocator                           new xxx [storage_pool = xxx]
    --    Cleanup action                      at end procedure name;
-   --    Conversion wi Float_Truncate        target^(source)
    --    Convert wi Conversion_OK            target?(source)
+   --    Convert wi Float_Truncate           target^(source)
    --    Convert wi Rounded_Result           target@(source)
    --    Divide wi Treat_Fixed_As_Integer    x #/ y
    --    Divide wi Rounded_Result            x @/ y