summaryrefslogtreecommitdiff
path: root/gcc/ada/prj-proc.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-29 14:33:47 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-29 14:33:47 +0000
commit67e71f41612825aefa16dd1a2fd3be6587cb2957 (patch)
treedecd418f191225b68d8e6f42529425183bc85eee /gcc/ada/prj-proc.adb
parentac30cab94f1b0db63244f2eab0b36e7ddeee7b27 (diff)
downloadgcc-67e71f41612825aefa16dd1a2fd3be6587cb2957.tar.gz
2013-01-29 Ed Schonberg <schonberg@adacore.com>
* exp_ch5.adb (Expand_Iterator_Loop_Over_Array): Preserve loop identifier only if it comes from source. (Expand_N_Loop_Statement): If the domain of iteration is an enumeration type with a representation clause, remove from visibility the loop identifier before rewriting the loop as a block with a declaration for said identifier. * sem_util.adb (Remove_Homonym): Handle properly the default case. 2013-01-29 Vincent Celier <celier@adacore.com> * prj-proc.adb: Minor comment spelling fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-proc.adb')
-rw-r--r--gcc/ada/prj-proc.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj-proc.adb b/gcc/ada/prj-proc.adb
index 5e2828be5d8..39ebe70b4ad 100644
--- a/gcc/ada/prj-proc.adb
+++ b/gcc/ada/prj-proc.adb
@@ -2076,7 +2076,7 @@ package body Prj.Proc is
Val := Shared.String_Elements.Table (Val).Next;
end loop;
- -- Prepend them in the oder found in the attribute
+ -- Prepend them in the order found in the attribute
for K in Positive range 1 .. Positive (List.Length) loop
Prj.Env.Add_Directories