diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 14:14:36 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 14:14:36 +0000 |
commit | 7947a43964decdb9632653e3afa1a07030cf7c8e (patch) | |
tree | e5940f065500a45141f98f894bec0fdcea88fd6e /gcc/ada/s-ficobl.ads | |
parent | 21ffee2102be5ec586d2c71f9ca2207e21c49cba (diff) | |
download | gcc-7947a43964decdb9632653e3afa1a07030cf7c8e.tar.gz |
2011-08-05 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, gnatcmd.adb, switch-c.adb, exp_attr.adb, make.adb,
bindgen.adb, einfo.adb, sem_ch12.adb, sem_attr.adb, a-fihema.adb,
a-fihema.ads, sem_elab.adb, sem_elab.ads, aspects.adb, opt.ads,
prj-conf.adb, sem_ch13.adb, s-ficobl.ads: Minor reformatting
2011-08-05 Bob Duff <duff@adacore.com>
* a-stunau.ads, g-spipat.adb: Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177441 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-ficobl.ads')
-rw-r--r-- | gcc/ada/s-ficobl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-ficobl.ads b/gcc/ada/s-ficobl.ads index 0f7dbad6ff3..d3e5ef26ed2 100644 --- a/gcc/ada/s-ficobl.ads +++ b/gcc/ada/s-ficobl.ads @@ -122,7 +122,7 @@ package System.File_Control_Block is -- Indicates sharing status of file, see description of type above Access_Method : Character; - -- Set to 'Q', 'S', 'T, 'D' for Sequential_IO, Stream_IO, Text_IO, + -- Set to 'Q', 'S', 'T', 'D' for Sequential_IO, Stream_IO, Text_IO, -- Direct_IO file (used to validate file sharing request). Next : AFCB_Ptr; |