Commit 8973b987 by Piotr Trojanek Committed by Pierre-Marie de Rodat

[Ada] Minor fix typo in comment

2019-12-13  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

	* exp_aggr.adb, exp_unst.adb: Minor fix typo in comment.

From-SVN: r279358
parent a85475be
2019-12-13 Piotr Trojanek <trojanek@adacore.com>
* exp_aggr.adb, exp_unst.adb: Minor fix typo in comment.
2019-12-13 Steve Baird <baird@adacore.com>
* sem_res.adb (Resolve, Valid_Conversion): Add Base_Type call
......
......@@ -7499,7 +7499,7 @@ package body Exp_Aggr is
return;
end if;
-- If the pramga Aggregate_Individually_Assign is set, always convert to
-- If the pragma Aggregate_Individually_Assign is set, always convert to
-- assignments.
if Aggregate_Individually_Assign then
......
......@@ -1801,7 +1801,7 @@ package body Exp_Unst is
Comp : Entity_Id;
Decl_Assign : Node_Id;
-- Assigment to set uplink, Empty if none
-- Assignment to set uplink, Empty if none
Decl_ARECnT : Node_Id;
Decl_ARECnPT : Node_Id;
......
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