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/emit/opcodes.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/emit/opcodes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/emit/opcodes.cs b/mcs/class/referencesource/mscorlib/system/reflection/emit/opcodes.cs
index 0b0cb66a046..f7b85f8159f 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/emit/opcodes.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/emit/opcodes.cs
@@ -2,7 +2,7 @@
**
**Class: OpCodes
**
-** <OWNER>Microsoft</OWNER>
+** <OWNER>[....]</OWNER>
**
**Purpose: Exposes all of the il instructions supported by the runtime.
**