From 44527de3a6aa07d7fe48363cc9eb8dd91988a9bb Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Thu, 31 Jul 2008 11:42:39 +0200 Subject: [PATCH] s-os_lib.adb: Minor comment fix 2008-07-31 Vincent Celier * s-os_lib.adb: Minor comment fix From-SVN: r138371 --- gcc/ada/s-os_lib.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.30.2