From: Vincent Celier Date: Thu, 31 Jul 2008 09:42:39 +0000 (+0200) Subject: s-os_lib.adb: Minor comment fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44527de3a6aa07d7fe48363cc9eb8dd91988a9bb;p=gcc.git s-os_lib.adb: Minor comment fix 2008-07-31 Vincent Celier * s-os_lib.adb: Minor comment fix From-SVN: r138371 --- diff --git a/gcc/ada/s-os_lib.adb b/gcc/ada/s-os_lib.adb index 5655b3c0d7c..6df7fa4a7c8 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;