diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-27 12:29:19 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-27 12:29:19 +0000 |
commit | 893604f08ab37ffbd4c82a259c0f2ba5cd7c0547 (patch) | |
tree | aec72522aad576890ca2fbf021ca73c85b4a4c8a /gcc/ada/a-ststio.ads | |
parent | 026670ff6b9e1248a3697ae278ee5c2c5f6813a0 (diff) | |
download | gcc-893604f08ab37ffbd4c82a259c0f2ba5cd7c0547.tar.gz |
* a-filico.ads, a-filico.adb: fix incorrect header.
* a-ststio.ads: Fix typo in identifier
* sem_ch4.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89644 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-ststio.ads')
-rw-r--r-- | gcc/ada/a-ststio.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-ststio.ads b/gcc/ada/a-ststio.ads index 6a3ff556f08..11040face21 100644 --- a/gcc/ada/a-ststio.ads +++ b/gcc/ada/a-ststio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004 Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -51,7 +51,7 @@ package Ada.Streams.Stream_IO is -- used in this package and System.File_IO. for File_Mode use - (In_File => 0, -- System.FIle_IO.File_Mode'Pos (In_File) + (In_File => 0, -- System.File_IO.File_Mode'Pos (In_File) Out_File => 2, -- System.File_IO.File_Mode'Pos (Out_File) Append_File => 3); -- System.File_IO.File_Mode'Pos (Append_File) |