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/targetinvocationexception.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/reflection/targetinvocationexception.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/reflection/targetinvocationexception.cs b/mcs/class/referencesource/mscorlib/system/reflection/targetinvocationexception.cs
index dbe11f215b3..0df1faa9d6c 100644
--- a/mcs/class/referencesource/mscorlib/system/reflection/targetinvocationexception.cs
+++ b/mcs/class/referencesource/mscorlib/system/reflection/targetinvocationexception.cs
@@ -8,7 +8,7 @@
//
// TargetInvocationException is used to report an exception that was thrown
//
-// <OWNER>Microsoft</OWNER>
+// <OWNER>[....]</OWNER>
// by the target of an invocation.
//
//