diff options
author | Thomas Quinot <quinot@adacore.com> | 2009-04-10 15:12:15 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 17:12:15 +0200 |
commit | d8221f45584159193e29130db4628f7d0b2b42c7 (patch) | |
tree | 7d92a274a03447cdc281929dbb31f4f476e405c4 /gcc/ada/a-direio.ads | |
parent | f559e62f2030798aa8462c02143b64419c989ef2 (diff) | |
download | gcc-d8221f45584159193e29130db4628f7d0b2b42c7.tar.gz |
sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for undocumented formal.
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
From-SVN: r145918
Diffstat (limited to 'gcc/ada/a-direio.ads')
-rw-r--r-- | gcc/ada/a-direio.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-direio.ads b/gcc/ada/a-direio.ads index 5410d1f012b..1244b2dbfbd 100644 --- a/gcc/ada/a-direio.ads +++ b/gcc/ada/a-direio.ads @@ -170,7 +170,7 @@ private -- Size of an element in storage units. The Max operation here is to ensure -- that we allocate a single byte for zero-sized elements. It's a bit weird -- to instantiate Direct_IO with zero sized elements, but it is legal and - -- this adjustment ensures that we don't get anomolous behavior. + -- this adjustment ensures that we don't get anomalous behavior. pragma Inline (Close); pragma Inline (Create); |