Browse Source

Comments corrections

Source commit: a2a3758b271742b572cf3429f7cd1c6ef8766319
Martin Prikryl 5 years ago
parent
commit
5e9e9e0f97
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dotnet/Session.cs

+ 1 - 2
dotnet/Session.cs

@@ -1013,8 +1013,7 @@ namespace WinSCP
                         }
                         finally
                         {
-                            // This should not throw, so another pair of try ... finally is not necessary.
-                            // Only after disposing the groupr reader, so when called from onGetEndWithExit, the Check() has all failures.
+                            // Only after disposing the group reader, so when called from onGetEndWithExit, the Check() has all failures.
                             operationResultGuard.Dispose();
                         }
                     }