aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVincent Celier <celier@adacore.com>2008-07-31 11:42:39 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 11:42:39 +0200
commit44527de3a6aa07d7fe48363cc9eb8dd91988a9bb (patch)
tree677ffc7513c6b0b59b259806866de11d91987feb /gcc
parent393e63ce0f939555c88554d773f9798f07a2a898 (diff)
downloadgcc-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-xgcc/ada/s-os_lib.adb6
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;