fixed spelling

This commit is contained in:
Jeff Hill
2002-02-12 00:45:52 +00:00
parent f2a0bd2ff8
commit 4850294232

View File

@@ -101,7 +101,7 @@ extern "C" void putNotifyCompletion ( putNotify *ppn )
else {
errlogPrintf ( "put notify completion with nill pNotify?\n" );
}
// no need to lock here because only one put notify at a time is lalowed to run
// no need to lock here because only one put notify at a time is allowed to run
memset ( &pBlocker->pn, '\0', sizeof ( pBlocker->pn ) );
pBlocker->pNotify = 0;
pBlocker->block.signal ();