[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 362efba5487fb4df65343dbb42b6dda134ee205c..b05d7c89d5a8ca2ec93f0edb82fcde43d9c0866e 100644 (file)
@@ -1,3 +1,7 @@
+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
index 11a552f6dd2b1547d4f0bc0e33a3e95e31fd16b9..c510ac6587e55478f6aa6ab8856e23fb38c376c0 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