diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-15 10:48:39 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-15 10:48:39 +0200 |
commit | b8aadf012f8eea411209f89b9366bf9af219ccc3 (patch) | |
tree | 0202fadd4d6c949ffd9cc3e229f03dd3cc43a67b /gcc/ada/sem_ch3.ads | |
parent | a808ba1bfb211375b09524976ce1d92950b45411 (diff) | |
download | gcc-b8aadf012f8eea411209f89b9366bf9af219ccc3.zip gcc-b8aadf012f8eea411209f89b9366bf9af219ccc3.tar.gz gcc-b8aadf012f8eea411209f89b9366bf9af219ccc3.tar.bz2 |
[multiple changes]
2009-04-15 Gary Dismukes <dismukes@adacore.com>
* a-tasatt.adb: Fix typo, plus minor reformatting
* sem_ch3.ads: Add missing hyphen ("class wide" => "class-wide").
* sem_ch10.adb: Add missing hyphen ("use visible" => "use-visible").
2009-04-15 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Analyze_Private_Extension_Declaration): Verify that a
private extension whose parent is a synchronized interface carries an
explicit synchronized keyword.
From-SVN: r146084
Diffstat (limited to 'gcc/ada/sem_ch3.ads')
-rw-r--r-- | gcc/ada/sem_ch3.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch3.ads b/gcc/ada/sem_ch3.ads index 076966a..93750701 100644 --- a/gcc/ada/sem_ch3.ads +++ b/gcc/ada/sem_ch3.ads @@ -177,10 +177,10 @@ package Sem_Ch3 is procedure Make_Class_Wide_Type (T : Entity_Id); -- A Class_Wide_Type is created for each tagged type definition. The - -- attributes of a class wide type are inherited from those of the type T. + -- attributes of a class-wide type are inherited from those of the type T. -- If T is introduced by a private declaration, the corresponding class -- wide type is created at the same time, and therefore there is a private - -- and a full declaration for the class wide type as well. + -- and a full declaration for the class-wide type as well. function OK_For_Limited_Init_In_05 (Exp : Node_Id) return Boolean; -- Presuming Exp is an expression of an inherently limited type, returns |