From 405e7d73c4050db2e0352bf41dd82e131604f410 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 30 Oct 2002 19:59:04 +0000 Subject: [PATCH] fixed comments --- src/libCom/osi/epicsTime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/osi/epicsTime.h b/src/libCom/osi/epicsTime.h index 0854ba173..0e90eda4f 100644 --- a/src/libCom/osi/epicsTime.h +++ b/src/libCom/osi/epicsTime.h @@ -229,9 +229,9 @@ epicsShareFunc int epicsShareAPI epicsTimeLessThan ( epicsShareFunc int epicsShareAPI epicsTimeLessThanEqual ( const epicsTimeStamp * pLeft, const epicsTimeStamp * pRight); /*true if left <= right) */ epicsShareFunc int epicsShareAPI epicsTimeGreaterThan ( - const epicsTimeStamp * pLeft, const epicsTimeStamp * pRight); /*true if left < right */ + const epicsTimeStamp * pLeft, const epicsTimeStamp * pRight); /*true if left > right */ epicsShareFunc int epicsShareAPI epicsTimeGreaterThanEqual ( - const epicsTimeStamp * pLeft, const epicsTimeStamp * pRight); /*true if left < right */ + const epicsTimeStamp * pLeft, const epicsTimeStamp * pRight); /*true if left >= right */ /*convert to ASCII string */ epicsShareFunc size_t epicsShareAPI epicsTimeToStrftime (