aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_util.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-05 16:03:20 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-05 16:03:20 +0200
commitd34cd27401917a9b85e7ad5ac2cbca62bbc458cc (patch)
tree59e5eaa3e69c23c804364476e0c94f343e6baebd /gcc/ada/exp_util.adb
parent00332244ee74e60f4d7a54db20839c3a35b07588 (diff)
downloadgcc-d34cd27401917a9b85e7ad5ac2cbca62bbc458cc.zip
gcc-d34cd27401917a9b85e7ad5ac2cbca62bbc458cc.tar.gz
gcc-d34cd27401917a9b85e7ad5ac2cbca62bbc458cc.tar.bz2
[multiple changes]
2011-08-05 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb (Analyze_Formal_Package_Declaration): reject a formal package whose name is the same as that of the generic unit, or its ultimate prefix. 2011-08-05 Bob Duff <duff@adacore.com> * a-fihema.adb, a-fihema.ads: Minor comment improvements. * sem_ch3.adb, exp_ch5.adb, exp_ch7.adb, exp_ch7.ads, exp_util.adb: Minor comment fixes. From-SVN: r177438
Diffstat (limited to 'gcc/ada/exp_util.adb')
-rw-r--r--gcc/ada/exp_util.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index fbf7fe9..07cc44c 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -418,7 +418,7 @@ package body Exp_Util is
if not Needs_Finalization (Desig_Typ) then
return;
- -- The allocator or free statmenet has already been expanded and already
+ -- The allocator or free statement has already been expanded and already
-- has a custom Allocate / Deallocate routine.
elsif Nkind (Expr) = N_Allocator