2019-08-12  Eric Botcazou  <ebotcazou@adacore.com>
gcc/ada/
	* sprint.ads: Minor comment tweak.
From-SVN: r274286
+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
 
 
    --    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