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.Web/HttpContext.cs')
-rw-r--r--mcs/class/referencesource/System.Web/HttpContext.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/referencesource/System.Web/HttpContext.cs b/mcs/class/referencesource/System.Web/HttpContext.cs
index 5dff172707b..4d02a0a8a8f 100644
--- a/mcs/class/referencesource/System.Web/HttpContext.cs
+++ b/mcs/class/referencesource/System.Web/HttpContext.cs
@@ -730,7 +730,7 @@ namespace System.Web {
// which doesn't fit our expected patterns and where that code likely has negative side effects.
//
// This flag is respected only by AspNetSynchronizationContext; it has no effect when the
- // legacy sync context is in use.
+ // legacy [....] context is in use.
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool AllowAsyncDuringSyncStages {
get {
@@ -1313,7 +1313,7 @@ namespace System.Web {
return _rootedObjects;
}
set {
- // Sync the Principal between the containers
+ // [....] the Principal between the containers
SwitchPrincipalContainer(value);
_rootedObjects = value;
}