aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_elab.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:34:35 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-29 15:34:35 +0200
commitb973629e6111e77faa512754a4e4738a0c75ee83 (patch)
tree840d941918f91a26ae42475dc3dec94e441d2a08 /gcc/ada/sem_elab.adb
parenta7737c19cff44e5d8cb0863e6ff514bbf0999ad5 (diff)
downloadgcc-b973629e6111e77faa512754a4e4738a0c75ee83.zip
gcc-b973629e6111e77faa512754a4e4738a0c75ee83.tar.gz
gcc-b973629e6111e77faa512754a4e4738a0c75ee83.tar.bz2
[multiple changes]
2014-07-29 Robert Dewar <dewar@adacore.com> * exp_dbug.adb, g-expect.adb, sem_elab.adb: Minor typo fix. 2014-07-29 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Analyze_Return_Type): Reject a return type that is a limited view when the context is a package body, because there is no subsequent place at which the non-limited view may become visible. (Process_Formals): Ditto. * sinfo.ads, par-ch3.adb: Minor reformatting. From-SVN: r213178
Diffstat (limited to 'gcc/ada/sem_elab.adb')
-rw-r--r--gcc/ada/sem_elab.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_elab.adb b/gcc/ada/sem_elab.adb
index adf5fd1..01c644e 100644
--- a/gcc/ada/sem_elab.adb
+++ b/gcc/ada/sem_elab.adb
@@ -271,7 +271,7 @@ package body Sem_Elab is
-- are all continuation messages. The argument is the call node at which
-- the messages are to be placed. When Check_Elab_Flag is set, calls are
-- enumerated only when flag Elab_Warning is set for the dynamic case or
- -- when flag Elab_Info_Messages is set for the statis case.
+ -- when flag Elab_Info_Messages is set for the static case.
function Same_Elaboration_Scope (Scop1, Scop2 : Entity_Id) return Boolean;
-- Given two scopes, determine whether they are the same scope from an