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/compmod/system/componentmodel/AsyncOperation.cs')
-rw-r--r--mcs/class/referencesource/System/compmod/system/componentmodel/AsyncOperation.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System/compmod/system/componentmodel/AsyncOperation.cs b/mcs/class/referencesource/System/compmod/system/componentmodel/AsyncOperation.cs
index 7d596a07f6a..d3679b06ac7 100644
--- a/mcs/class/referencesource/System/compmod/system/componentmodel/AsyncOperation.cs
+++ b/mcs/class/referencesource/System/compmod/system/componentmodel/AsyncOperation.cs
@@ -29,7 +29,7 @@ namespace System.ComponentModel
}
/// <summary>
- /// Destructor. Guarantees that sync context will always get notified of completion.
+ /// Destructor. Guarantees that [....] context will always get notified of completion.
/// </summary>
~AsyncOperation()
{