8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00

Fixed "bug" CORE-5139 : mistake in comment "can't ise MutexLockGuard here"

This commit is contained in:
hvlad 2016-03-15 10:42:03 +00:00
parent 95ebd3cc6f
commit 7f73f02d80

View File

@ -5831,7 +5831,7 @@ static THREAD_ENTRY_DECLARE loopThread(THREAD_ENTRY_PARAM)
// It is very important to not release port_que_sync before
// port_sync, else we can miss data arrived at time between
// releasing locks and will never handle it. Therefore we
// can't ise MutexLockGuard here
// can't use MutexLockGuard here
portQueGuard.enter();
if (port->haveRecvData())
{