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/ambiguousmatchexception.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs b/mcs/class/referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs
index cfff77d6685..b6f715ae29d 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs
@@ -8,7 +8,7 @@
//
// AmbiguousMatchException is thrown when binding to a method results in more
//
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
// than one method matching the binding criteria. This exception is thrown in
// general when something is Ambiguous.
//