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:02 +0300
committerThays Grazia <thaystg@gmail.com>2022-03-22 01:06:02 +0300
commitc8f609492703a47180a756876c2d61a739c9d012 (patch)
treeab9a487f45242ea47bfb25483e5dd0a86fcf1ffe /Mono.Debugging.Soft
parentf39c7fb1368e823c04a94bf5687495a916646602 (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 98d617f..4e0c7cf 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 the receive 0 bytes and threw an exception in the handshake
+ //retry if it receives 0 bytes and threw an exception in the handshake
return true;
}