Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThays Grazia <thaystg@gmail.com>2022-03-22 01:06:54 +0300
committerThays Grazia <thaystg@gmail.com>2022-03-22 01:06:54 +0300
commit1eebc58161bc729e7bb70b3278b5537f757beea7 (patch)
tree83163396a4eb735f98d449a60e07c7355a31a861 /Mono.Debugging.Soft
parentc8f609492703a47180a756876c2d61a739c9d012 (diff)
fix comment
Diffstat (limited to 'Mono.Debugging.Soft')
-rw-r--r--Mono.Debugging.Soft/SoftDebuggerSession.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Debugging.Soft/SoftDebuggerSession.cs b/Mono.Debugging.Soft/SoftDebuggerSession.cs
index 4e0c7cf..5cae703 100644
--- a/Mono.Debugging.Soft/SoftDebuggerSession.cs
+++ b/Mono.Debugging.Soft/SoftDebuggerSession.cs
@@ -255,7 +255,7 @@ namespace Mono.Debugging.Soft
if (sx.ErrorCode == 10061) //connection refused
return true;
}
- //retry if it receives 0 bytes and threw an exception in the handshake
+ //retry if it receives 0 byte and threw an exception in the handshake
return true;
}