diff options
author | Gary Dismukes <dismukes@adacore.com> | 2014-02-24 16:01:26 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-24 17:01:26 +0100 |
commit | 97027f64df2958e3ec51605c7e2c6f892d2235bb (patch) | |
tree | d4cc7bf3b34f1596ebc49d571f6d67addb05429f /gcc/ada/sem_aux.ads | |
parent | 5f50020ac14244ded8437ae24f9d9a72fbbbf08d (diff) | |
download | gcc-97027f64df2958e3ec51605c7e2c6f892d2235bb.zip gcc-97027f64df2958e3ec51605c7e2c6f892d2235bb.tar.gz gcc-97027f64df2958e3ec51605c7e2c6f892d2235bb.tar.bz2 |
sem_ch5.adb, [...]: Change spelling 'parametrization' to 'parameterization'.
2014-02-24 Gary Dismukes <dismukes@adacore.com>
* sem_ch5.adb, sem_aux.ads, sem_ch12.adb, gnat_ugn.texi, par.adb,
par-ch12.adb: Change spelling 'parametrization' to 'parameterization'.
From-SVN: r208075
Diffstat (limited to 'gcc/ada/sem_aux.ads')
-rw-r--r-- | gcc/ada/sem_aux.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aux.ads b/gcc/ada/sem_aux.ads index f5b71ee..6a3ebeb 100644 --- a/gcc/ada/sem_aux.ads +++ b/gcc/ada/sem_aux.ads @@ -282,7 +282,7 @@ package Sem_Aux is function Is_Generic_Formal (E : Entity_Id) return Boolean; -- Determine whether E is a generic formal parameter. In particular this is -- used to set the visibility of generic formals of a generic package - -- declared with a box or with partial parametrization. + -- declared with a box or with partial parameterization. function Is_Indefinite_Subtype (Ent : Entity_Id) return Boolean; -- Ent is any entity. Determines if given entity is an unconstrained array |