diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-10 15:12:15 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-10 15:12:15 +0000 |
commit | 1e35409d274016a4971940692d3ae0d94fe350d0 (patch) | |
tree | 7d92a274a03447cdc281929dbb31f4f476e405c4 /gcc/ada/exp_dist.adb | |
parent | ab31e6f806260441af6f3fecd6a7327b5f2a7e12 (diff) | |
download | gcc-1e35409d274016a4971940692d3ae0d94fe350d0.tar.gz |
2009-04-10 Thomas Quinot <quinot@adacore.com>
* sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for
undocumented formal.
Minor reformatting
* a-direio.ads: Fix typo in comment
* sem_ch3.adb, g-dirope.adb, sem_type.adb, sem_ch12.adb, sem_case.adb,
errout.adb, sem_ch4.adb, sem_ch11.adb, exp_dist.adb, sem_ch13.adb:
Use uniform phrasing for comment at start of subprogram body.
* xsnamest.adb: Add note to explain why we use specific names for the
newly generated files instead of generating snames.{ads,adb,h} directly
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_dist.adb')
-rw-r--r-- | gcc/ada/exp_dist.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_dist.adb b/gcc/ada/exp_dist.adb index 516a55f46fd..0fc6288604f 100644 --- a/gcc/ada/exp_dist.adb +++ b/gcc/ada/exp_dist.adb @@ -9595,7 +9595,7 @@ package body Exp_Dist is return Nod; end Make_Discriminant_Reference; - -- Start processing for Variant_Part + -- Start of processing for Variant_Part begin Append_To (Stmts, |