From bce2df010ca344b584fb44ce7c5bfdec811c850a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 17 Sep 2001 17:44:23 +0000 Subject: [PATCH] fixed comment --- src/db/dbEvent.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/db/dbEvent.c b/src/db/dbEvent.c index afcab18da..0e969c66f 100644 --- a/src/db/dbEvent.c +++ b/src/db/dbEvent.c @@ -465,12 +465,9 @@ LOCAL void event_remove ( struct event_que *ev_que, /* * DB_CANCEL_EVENT() * - * - * This routine does not prevent two threads from deleting one block at the - * same time. + * This routine does not prevent two threads from deleting + * the same block at the same time. * - * This routine does not deallocate the event block since it normally will be - * part of a larger structure. */ void epicsShareAPI db_cancel_event (dbEventSubscription es) {