From 6a04e56e60b7fb5d57efa438a789391bae579d8f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 12 Nov 2002 19:16:20 +0000 Subject: [PATCH] fixed comment --- src/libCom/osi/os/WIN32/osdThread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/osi/os/WIN32/osdThread.c b/src/libCom/osi/os/WIN32/osdThread.c index 16880b21b..7c93c503a 100644 --- a/src/libCom/osi/os/WIN32/osdThread.c +++ b/src/libCom/osi/os/WIN32/osdThread.c @@ -403,7 +403,7 @@ static void epicsThreadInit ( void ) } /* - * not supported on W95 but supported on Borland 551 + * not supported on W95 but supported by Borland 551 */ if ( InterlockedCompareExchangePointer ( &win32ThreadGlobalMutex, win32ThreadGlobalMutexTmp, 0 ) != 0) {