diff options
Diffstat (limited to 'gcc/ada/s-os_lib.ads')
-rwxr-xr-x | gcc/ada/s-os_lib.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-os_lib.ads b/gcc/ada/s-os_lib.ads index 034a7f0..fcf0d5f 100755 --- a/gcc/ada/s-os_lib.ads +++ b/gcc/ada/s-os_lib.ads @@ -265,7 +265,7 @@ package System.OS_Lib is -- It is the responsibility of the caller to deallocate the access value -- returned in Name. -- - -- The file is opened in the mode specified by the With_Mode parameter. + -- The file is opened in text mode. -- -- This procedure will always succeed if the current working directory is -- writable. If the current working directory is not writable, then |