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/targetexception.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/targetexception.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/targetexception.cs b/mcs/class/referencesource/mscorlib/system/reflection/targetexception.cs
index c3e51193f8e..caba5efd123 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/targetexception.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/targetexception.cs
@@ -8,7 +8,7 @@
//
// TargetException is thrown when the target to an Invoke is invalid. This may
//
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
// occur because the caller doesn't have access to the member, or the target doesn't
// define the member, etc.
//