[Ada] Sprint: fix pasto in comment
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 22 Jul 2019 13:58:14 +0000 (13:58 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 22 Jul 2019 13:58:14 +0000 (13:58 +0000)
2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* sprint.ads: Fix pasto in comment.

From-SVN: r273691

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

index 4711b6d3dd97c296136962427f5bf623982cb60f..3706cd739e6c756c27d57c5a98fef7a679088918 100644 (file)
@@ -1,3 +1,7 @@
+2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * sprint.ads: Fix pasto in comment.
+
 2019-07-22  Javier Miranda  <miranda@adacore.com>
 
        * sem_res.adb (Resolve_Actuals): Replace code that displaces the
index b76b5d9c78ef09da549870f30c9a1a7cab6e2457..11a552f6dd2b1547d4f0bc0e33a3e95e31fd16b9 100644 (file)
@@ -70,7 +70,7 @@ package Sprint is
    --    Multiple concatenation              expr && expr && expr ... && expr
    --    Multiply wi Treat_Fixed_As_Integer  x #* y
    --    Multiply wi Rounded_Result          x @* y
-   --    Operator with range check           {operator} (e.g. {+})
+   --    Operator with overflow check        {operator} (e.g. {+})
    --    Others choice for cleanup           when all others
    --    Pop exception label                 %pop_xxx_exception_label
    --    Push exception label                %push_xxx_exception_label (label)