aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2016-06-20 11:12:07 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2016-06-20 11:12:07 +0000
commitff7b374b788397f2023d67b0b17cc161b8e15fa9 (patch)
treebae7d35fb9a3607b4111ff93986fea2ca4571de2 /gcc/ada
parent554cfc9eb126d071f56d4d4aab50837d7521808b (diff)
downloadgcc-ff7b374b788397f2023d67b0b17cc161b8e15fa9.zip
gcc-ff7b374b788397f2023d67b0b17cc161b8e15fa9.tar.gz
gcc-ff7b374b788397f2023d67b0b17cc161b8e15fa9.tar.bz2
[typo] alignement -> alignment
2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of "alignement". * tree.h (TYPE_ALIGN): Likewise. 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * exp_util.adb (Safe_Unchecked_Type_Conversion): Use "alignment" instead of "alignement". 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * gfortran.dg/common_align_2.f90: Use "alignment" instead of "alignement". From-SVN: r237590
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/exp_util.adb2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index b661d38..65ae82f 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * exp_util.adb (Safe_Unchecked_Type_Conversion): Use "alignment"
+ instead of "alignement".
+
2016-06-16 Gary Dismukes <dismukes@adacore.com>
* sem_util.adb: Minor typo fix.
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index fcd16a2..bed9ac1 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -8645,7 +8645,7 @@ package body Exp_Util is
-- alignment is known to be at least the maximum alignment for the
-- target or if both alignments are known and the output type's
-- alignment is no stricter than the input's. We can use the component
- -- type alignement for an array if a type is an unpacked array type.
+ -- type alignment for an array if a type is an unpacked array type.
if Present (Alignment_Clause (Otyp)) then
Oalign := Expr_Value (Expression (Alignment_Clause (Otyp)));