From: Piotr Trojanek Date: Fri, 13 Dec 2019 09:04:53 +0000 (+0000) Subject: [Ada] Minor fix typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8973b987b6e8a33560a20723d2d32275ee86e907;p=gcc.git [Ada] Minor fix typo in comment 2019-12-13 Piotr Trojanek gcc/ada/ * exp_aggr.adb, exp_unst.adb: Minor fix typo in comment. From-SVN: r279358 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c920c2c3e1e..9af0c438509 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2019-12-13 Piotr Trojanek + + * exp_aggr.adb, exp_unst.adb: Minor fix typo in comment. + 2019-12-13 Steve Baird * sem_res.adb (Resolve, Valid_Conversion): Add Base_Type call diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index 3d3dd1b8341..60ad4d6297e 100644 --- a/gcc/ada/exp_aggr.adb +++ b/gcc/ada/exp_aggr.adb @@ -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 diff --git a/gcc/ada/exp_unst.adb b/gcc/ada/exp_unst.adb index 6c1eb4b5a55..5347a7f99b4 100644 --- a/gcc/ada/exp_unst.adb +++ b/gcc/ada/exp_unst.adb @@ -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;