s-os_lib.adb: Minor comment fix
authorVincent Celier <celier@adacore.com>
Thu, 31 Jul 2008 09:42:39 +0000 (11:42 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 09:42:39 +0000 (11:42 +0200)
2008-07-31  Vincent Celier  <celier@adacore.com>

* s-os_lib.adb: Minor comment fix

From-SVN: r138371

gcc/ada/s-os_lib.adb

index 5655b3c0d7c2b0a9810d9f379d12194f8ee896d6..6df7fa4a7c8b11b714842c2b8a27d10164cc035c 100755 (executable)
@@ -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;