Explorar o código

Update comment.

Gert Driesen %!s(int64=8) %!d(string=hai) anos
pai
achega
c43ff688f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Renci.SshNet/Common/SemaphoreLight.cs

+ 1 - 1
src/Renci.SshNet/Common/SemaphoreLight.cs

@@ -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();