diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2019-12-13 09:04:53 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-12-13 09:04:53 +0000 |
commit | 8973b987b6e8a33560a20723d2d32275ee86e907 (patch) | |
tree | d0d60211017fc3cf7f90725fe640a2eb7039a3c5 /gcc/ada/exp_aggr.adb | |
parent | a85475beae62f908312ddb233d79cf1df60216e5 (diff) | |
download | gcc-8973b987b6e8a33560a20723d2d32275ee86e907.zip gcc-8973b987b6e8a33560a20723d2d32275ee86e907.tar.gz gcc-8973b987b6e8a33560a20723d2d32275ee86e907.tar.bz2 |
[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
Diffstat (limited to 'gcc/ada/exp_aggr.adb')
-rw-r--r-- | gcc/ada/exp_aggr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index 3d3dd1b..60ad4d6 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 |