diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 17:27:27 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 17:27:27 +0200 |
commit | 934a3a25802c8652fab728259b779c3ae59e5c1e (patch) | |
tree | 18f772cc26efda100ec73485971be219e84db360 /gcc/ada/sem_aux.adb | |
parent | ab8e1b353ed60724667bfeaf0d07fc37c9fffff4 (diff) | |
download | gcc-934a3a25802c8652fab728259b779c3ae59e5c1e.zip gcc-934a3a25802c8652fab728259b779c3ae59e5c1e.tar.gz gcc-934a3a25802c8652fab728259b779c3ae59e5c1e.tar.bz2 |
[multiple changes]
2009-04-10 Thomas Quinot <quinot@adacore.com>
* exp_attr.adb: Minor reformatting
2009-04-10 Robert Dewar <dewar@adacore.com>
* sem_aux.adb: Minor reformatting
2009-04-10 Ed Schonberg <schonberg@adacore.com>
* sem_prag.adb (Check_Precondition_Postcondition): Within a generic,
analyze the expression for a postcondition, even if the compiler mode
is Generate_Code.
From-SVN: r145923
Diffstat (limited to 'gcc/ada/sem_aux.adb')
-rwxr-xr-x | gcc/ada/sem_aux.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_aux.adb b/gcc/ada/sem_aux.adb index 9f7342a..f2f55ce 100755 --- a/gcc/ada/sem_aux.adb +++ b/gcc/ada/sem_aux.adb @@ -119,7 +119,7 @@ package body Sem_Aux is elsif Nkind (D) = N_Object_Renaming_Declaration then return Renamed_Object (Ent); - -- If this is a component declaration whose entity is constant, it is + -- If this is a component declaration whose entity is a constant, it is -- a prival within a protected function (and so has no constant value). elsif Nkind (D) = N_Component_Declaration then |