OSDN Git Service

2009-04-08 Thomas Quinot <quinot@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ioexcept.ads
index 0473ff3..efdadc7 100644 (file)
@@ -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;