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/UI/ObjectStateFormatter.cs')
-rw-r--r--mcs/class/referencesource/System.Web/UI/ObjectStateFormatter.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/referencesource/System.Web/UI/ObjectStateFormatter.cs b/mcs/class/referencesource/System.Web/UI/ObjectStateFormatter.cs
index 7e60b164e4a..5eb66eae4cd 100644
--- a/mcs/class/referencesource/System.Web/UI/ObjectStateFormatter.cs
+++ b/mcs/class/referencesource/System.Web/UI/ObjectStateFormatter.cs
@@ -189,7 +189,7 @@ namespace System.Web.UI {
return null;
}
- // Note: duplicated (somewhat) in GetMacKeyModifier, keep in sync
+ // Note: duplicated (somewhat) in GetMacKeyModifier, keep in [....]
// See that method for comments on why these modifiers are in place
List<string> specificPurposes = new List<string>() {
@@ -216,7 +216,7 @@ namespace System.Web.UI {
return null;
}
- // Note: duplicated (somewhat) in GetSpecificPurposes, keep in sync
+ // Note: duplicated (somewhat) in GetSpecificPurposes, keep in [....]
// Use the page's directory and class name as part of the key (ASURT 64044)
uint pageHashCode = _page.GetClientStateIdentifier();