diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-05 10:32:23 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-05 10:32:23 +0000 |
commit | fe410b3e0f7de0376d98b922113c80f9ab4bd192 (patch) | |
tree | 2907bc726434f732f093ecd43d5f5ba62ac08265 /gcc/ada/prj-tree.ads | |
parent | 941f2a0d21995a3e06f340891a639c4462850312 (diff) | |
download | gcc-fe410b3e0f7de0376d98b922113c80f9ab4bd192.tar.gz |
2008-04-05 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r133930
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133932 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-tree.ads')
-rw-r--r-- | gcc/ada/prj-tree.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/prj-tree.ads b/gcc/ada/prj-tree.ads index 0bdffc2060a..19d600f4f6c 100644 --- a/gcc/ada/prj-tree.ads +++ b/gcc/ada/prj-tree.ads @@ -63,7 +63,7 @@ package Prj.Tree is -- N_Variable_Reference. subtype Package_Declaration_Id is Project_Node_Id; - -- Used to designate a node whose expected kind is N_Proect_Declaration + -- Used to designate a node whose expected kind is N_Project_Declaration type Project_Node_Kind is (N_Project, @@ -941,7 +941,7 @@ package Prj.Tree is Src_Index : Int := 0; -- Index of a unit in a multi-unit source. - -- Onli for some N_Attribute_Declaration and N_Literal_String. + -- Only for some N_Attribute_Declaration and N_Literal_String. Path_Name : Path_Name_Type := No_Path; -- See below for what Project_Node_Kind it is used @@ -960,7 +960,7 @@ package Prj.Tree is Flag1 : Boolean := False; -- This flag is significant only for: - -- N_Attribute_Declaration and N_Atribute_Reference + -- N_Attribute_Declaration and N_Attribute_Reference -- It indicates for an associative array attribute, that the -- index is case insensitive. -- N_Comment - it indicates that the comment is preceded by an |