Commit c936411f by Eric Botcazou Committed by Pierre-Marie de Rodat

[Ada] Sprint: fix pasto in comment

2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* sprint.ads: Fix pasto in comment.

From-SVN: r273691
parent 137dabdd
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment