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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs')
-rw-r--r--mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs b/mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs
index 17bd85e03d8..bbf9ab82202 100644
--- a/mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs
+++ b/mcs/class/referencesource/System/net/System/Net/_LazyAsyncResult.cs
@@ -18,7 +18,7 @@ namespace System.Net
private const int c_ForceAsyncCount = 50;
#if !NET_PERF
- // This is to avoid user mistakes when they queue another async op from a callback the completes sync.
+ // This is to avoid user mistakes when they queue another async op from a callback the completes [....].
[ThreadStatic]
private static ThreadContext t_ThreadContext;