2019-12-13 Piotr Trojanek <trojanek@adacore.com>
gcc/ada/
* exp_aggr.adb, exp_unst.adb: Minor fix typo in comment.
From-SVN: r279358
+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
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
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;