From 33980c5cc31e6202188e0e0d4bd9b8a317be4546 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 16 Apr 1998 21:17:38 +0000 Subject: [PATCH] fixed spelling in comment --- src/cas/generic/casAsyncIOI.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casAsyncIOI.cc b/src/cas/generic/casAsyncIOI.cc index 83f26aff5..273506387 100644 --- a/src/cas/generic/casAsyncIOI.cc +++ b/src/cas/generic/casAsyncIOI.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.8 1998/04/14 00:49:26 jhill + * cosmetic + * * Revision 1.7 1997/08/05 00:47:00 jhill * fixed warnings * @@ -145,7 +148,7 @@ epicsShareFunc caStatus casAsyncIOI::cbFunc(class casEventSys &) // // Use the client's lock here (which is the same as the // asynch IO's lock) here because we need to leave the lock - // applied arround the destroy() call here. + // applied around the destroy() call here. // theClient.osiLock();