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/reflection/mdimport.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/mdimport.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/mdimport.cs b/mcs/class/referencesource/mscorlib/system/reflection/mdimport.cs
index f2f0c70edce..5bcbaf33693 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/mdimport.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/mdimport.cs
@@ -3,7 +3,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
//
using System;
@@ -190,7 +190,7 @@ namespace System.Reflection
}
}
- // Keep the definition in sync with vm\ManagedMdImport.hpp
+ // Keep the definition in [....] with vm\ManagedMdImport.hpp
internal int m_length;
internal IntPtr m_constArray;
}
@@ -256,7 +256,7 @@ namespace System.Reflection
internal unsafe struct MetadataEnumResult
{
- // Keep the definition in sync with vm\ManagedMdImport.hpp
+ // Keep the definition in [....] with vm\ManagedMdImport.hpp
private int[] largeResult;
private int length;
private fixed int smallResult[16];