mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Update comment.
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Renci.SshNet.Common
|
||||
|
||||
_currentCount--;
|
||||
|
||||
// unsignal waithandle when the semaphore count is zero
|
||||
// unsignal waithandle when the semaphore count reaches zero
|
||||
if (_waitHandle != null && _currentCount == 0)
|
||||
{
|
||||
_waitHandle.Reset();
|
||||
|
||||
Reference in New Issue
Block a user