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/mscorlib/system/threading/lockcookie.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/threading/lockcookie.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/threading/lockcookie.cs b/mcs/class/referencesource/mscorlib/system/threading/lockcookie.cs
index 32c9760976f..86f8182221d 100644
--- a/mcs/class/referencesource/mscorlib/system/threading/lockcookie.cs
+++ b/mcs/class/referencesource/mscorlib/system/threading/lockcookie.cs
@@ -4,7 +4,7 @@
//
// ==--==
//
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
/*============================================================
**
** Class: LockCookie
@@ -29,7 +29,7 @@ namespace System.Threading {
public override int GetHashCode()
{
- // review - Microsoft!
+ // review - [....]!
return _dwFlags + _dwWriterSeqNum + _wReaderAndWriterLevel + _dwThreadID;
}