diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 14:05:30 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-15 14:05:30 +0000 |
commit | 782c8d16e619ccb9017d2ace34c337426d1c2e3c (patch) | |
tree | c8c0214f8548fc9f765b31c6ab8a74a3686229ef /gcc/ada/s-fileio.ads | |
parent | 049792bf885f2246036aa68cef550fd5d9192746 (diff) | |
download | gcc-782c8d16e619ccb9017d2ace34c337426d1c2e3c.tar.gz |
2005-11-14 Vincent Celier <celier@adacore.com>
* makegpr.adb (Gprmake): Do not attempt to build the global archive if
there is no object directory.
2005-11-14 Robert Dewar <dewar@adacore.com>
* usage.adb: Minor adjustment to output format, use nn instead of nnn
(so that -gnateInnn does not run into next column)
2005-11-14 Ed Falis <falis@adacore.com>
* s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
"constrained"
2005-11-14 Cyrille Comar <comar@adacore.com>
* s-chepoo.ads: Add comments on Dereference.
Remove unnecessary inherited abstract primitives.
Cosmetic cleanup.
2005-11-14 Robert Dewar <dewar@adacore.com>
* sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
node parameter, not needed, since it is available as Declaration_Node.
2005-11-14 Geert Bosch <bosch@adacore.com>
* s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
grammatically correct.
2005-11-14 Vincent Celier <celier@adacore.com>
* s-fileio.ads: Correct spelling error in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107014 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-fileio.ads')
-rw-r--r-- | gcc/ada/s-fileio.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-fileio.ads b/gcc/ada/s-fileio.ads index feb1efe78f0..75636ef5e45 100644 --- a/gcc/ada/s-fileio.ads +++ b/gcc/ada/s-fileio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2004, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -139,7 +139,7 @@ package System.File_IO is procedure Chain_File (File : FCB.AFCB_Ptr); -- Used to chain the given file into the list of open files. Normally this - -- is done implicitly by Open. Chain_File is used for the spcial cases of + -- is done implicitly by Open. Chain_File is used for the special cases of -- the system files defined by Text_IO (stdin, stdout, stderr) which are -- not opened in the normal manner. Note that the caller is responsible -- for task lock out to protect the global data structures if this is |