Commit 44527de3 by Vincent Celier Committed by Arnaud Charlet

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
parent 393e63ce
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment