fixed spelling

This commit is contained in:
Jeff Hill
1999-09-09 18:54:55 +00:00
parent 79caa85485
commit b8016d1713
3 changed files with 8 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ void casAsyncPVAttachIO::destroy ()
}
//
// depricated
// deprecated
//
casAsyncPVCreateIO::casAsyncPVCreateIO(const casCtx &ctx) :
casAsyncPVAttachIO (ctx)
@@ -102,7 +102,7 @@ casAsyncPVCreateIO::casAsyncPVCreateIO(const casCtx &ctx) :
}
//
// depricated
// deprecated
//
epicsShareFunc casAsyncPVCreateIO::~casAsyncPVCreateIO()
{

View File

@@ -200,7 +200,7 @@ public:
//
// The above assignment operator is not included
// because it does not match the strict definition of an
// assignement operator unless "const casPV &"
// assignment operator unless "const casPV &"
// is passed in, and we cant use a const PV
// pointer here because the server library _will_ make
// controlled modification of the PV in the future.

View File

@@ -6,6 +6,10 @@
//
//
// $Log$
// Revision 1.8 1999/09/02 21:50:27 jhill
// o changed UDP to non-blocking IO
// o cleaned up (consolodated) UDP interface class structure
//
// Revision 1.7 1998/06/18 00:11:09 jhill
// use ipAddrToA
//
@@ -82,7 +86,7 @@ casIntfIO::casIntfIO (const caNetAddr &addrIn) :
if (status<0) {
if (SOCKERRNO == SOCK_EADDRINUSE) {
//
// force assignement of a default port
// force assignment of a default port
// (so the getsockname() call below will
// work correctly)
//