fixed spelling
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ void oldCAC::show ( unsigned level ) const
|
||||
if ( level > 0u ) {
|
||||
this->mutex.show ( level - 1u );
|
||||
this->clientCtx.show ( level - 1u );
|
||||
::printf ( "\tpreemptive calback is %s\n",
|
||||
::printf ( "\tpreemptive callback is %s\n",
|
||||
this->pCallbackGuard ? "disabled" : "enabled" );
|
||||
::printf ( "\tthere are %u unsatisfied IO operations blocking ca_pend_io()\n",
|
||||
this->pndRecvCnt );
|
||||
|
||||
@@ -110,7 +110,7 @@ void ipAddrToAsciiEngine::run ()
|
||||
void ipAddrToAsciiEngine::show ( unsigned level ) const
|
||||
{
|
||||
epicsGuard < epicsMutex > locker ( ipAddrToAsciiEngine::mutex );
|
||||
printf ( "ipAddrToAsciiEngine at %p with %u requests pendingh\n",
|
||||
printf ( "ipAddrToAsciiEngine at %p with %u requests pending\n",
|
||||
static_cast <const void *> (this), this->labor.count () );
|
||||
if ( level > 0u ) {
|
||||
tsDLIterConstBD < ipAddrToAsciiAsynchronous > pItem = this->labor.firstIter ();
|
||||
|
||||
Reference in New Issue
Block a user