diff options
author | Vincent Celier <celier@adacore.com> | 2008-07-31 11:42:39 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 11:42:39 +0200 |
commit | 44527de3a6aa07d7fe48363cc9eb8dd91988a9bb (patch) | |
tree | 677ffc7513c6b0b59b259806866de11d91987feb /gcc | |
parent | 393e63ce0f939555c88554d773f9798f07a2a898 (diff) | |
download | gcc-44527de3a6aa07d7fe48363cc9eb8dd91988a9bb.zip gcc-44527de3a6aa07d7fe48363cc9eb8dd91988a9bb.tar.gz gcc-44527de3a6aa07d7fe48363cc9eb8dd91988a9bb.tar.bz2 |
s-os_lib.adb: Minor comment fix
2008-07-31 Vincent Celier <celier@adacore.com>
* s-os_lib.adb: Minor comment fix
From-SVN: r138371
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/ada/s-os_lib.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-os_lib.adb b/gcc/ada/s-os_lib.adb index 5655b3c..6df7fa4 100755 --- a/gcc/ada/s-os_lib.adb +++ b/gcc/ada/s-os_lib.adb @@ -792,9 +792,9 @@ package body System.OS_Lib is -- If it is not a digit, then there are no available -- temp file names. Return Invalid_FD. There is almost - -- no that this code will be ever be executed, since - -- it would mean that there are one million temp files - -- in the same directory! + -- no chance that this code will be ever be executed, + -- since it would mean that there are one million temp + -- files in the same directory! SSL.Unlock_Task.all; FD := Invalid_FD; |