Update comment.

This commit is contained in:
Gert Driesen
2017-02-05 19:52:37 +01:00
parent c1080c16e6
commit c43ff688f2
+1 -1
View File
@@ -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();