OSDN Git Service

* common.opt (Wmudflap): New option.
[pf3gnuchains/gcc-fork.git] / gcc / ada / types.ads
index 4d5ebfc..61318c8 100644 (file)
@@ -31,8 +31,8 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
---  This package contains host independent type definitions which are used in
---  more than one unit in the compiler. They are gathered here for easy
+--  This package contains host independent type definitions which are used
+--  in more than one unit in the compiler. They are gathered here for easy
 --  reference, though in some cases the full description is found in the
 --  relevant module which implements the definition. The main reason that they
 --  are not in their "natural" specs is that this would cause a lot of inter-
@@ -93,7 +93,7 @@ package Types is
 
    EOF : constant Character := ASCII.SUB;
    --  The character SUB (16#1A#) is used in DOS and other systems derived
-   --  from DOS (OS/2, NT etc) to signal the end of a text file. Internally
+   --  from DOS (XP, NT etc) to signal the end of a text file. Internally
    --  all source files are ended by an EOF character, even on Unix systems.
    --  An EOF character acts as the end of file only as the last character
    --  of a source buffer, in any other position, it is treated as a blank