diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-01 12:33:45 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-01 12:33:45 +0200 |
commit | 2b7473059a6a2b42731f78480d1b8ecf2215e70f (patch) | |
tree | 3438bae40aca3b03bd3c2a6134b88cc651b6b4e2 /gcc/ada/ioexcept.ads | |
parent | 30dc4313151bf70eace755004d407430c2811c94 (diff) | |
download | gcc-2b7473059a6a2b42731f78480d1b8ecf2215e70f.tar.gz |
ioexcept.ads, [...]: Correct comment.
2008-08-01 Bob Duff <duff@adacore.com>
* ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
From-SVN: r138508
Diffstat (limited to 'gcc/ada/ioexcept.ads')
-rw-r--r-- | gcc/ada/ioexcept.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/ioexcept.ads b/gcc/ada/ioexcept.ads index 0473ff32bdf..efdadc713c9 100644 --- a/gcc/ada/ioexcept.ads +++ b/gcc/ada/ioexcept.ads @@ -15,9 +15,9 @@ pragma Ada_2005; -- Explicit setting of Ada 2005 mode is required here, since we want to with a --- child unit (not possible in Ada 83 mode), and Text_IO is not considered to --- be an internal unit that is automatically compiled in Ada 2005 mode (since --- a user is allowed to redeclare IO_Exceptions). +-- child unit (not possible in Ada 83 mode), and IO_Exceptions is not +-- considered to be an internal unit that is automatically compiled in Ada +-- 2005 mode (since a user is allowed to redeclare IO_Exceptions). with Ada.IO_Exceptions; |