diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-01 10:33:45 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-01 10:33:45 +0000 |
commit | 3421dfb1426cfdfafbb541849d9a14047623f2cd (patch) | |
tree | 3438bae40aca3b03bd3c2a6134b88cc651b6b4e2 /gcc/ada/sequenio.ads | |
parent | 6ac73d7e93955c6e434296b76c5a0778cc604297 (diff) | |
download | gcc-3421dfb1426cfdfafbb541849d9a14047623f2cd.tar.gz |
2008-08-01 Bob Duff <duff@adacore.com>
* ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138508 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sequenio.ads')
-rw-r--r-- | gcc/ada/sequenio.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sequenio.ads b/gcc/ada/sequenio.ads index 7fdf72d782f..42522fb9072 100644 --- a/gcc/ada/sequenio.ads +++ b/gcc/ada/sequenio.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 Sequential_IO). +-- child unit (not possible in Ada 83 mode), and Sequential_IO is not +-- considered to be an internal unit that is automatically compiled in Ada +-- 2005 mode (since a user is allowed to redeclare Sequential_IO). with Ada.Sequential_IO; |