Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-john-doe <github.john.doe@outlook.com>2017-08-05 01:12:03 +0300
committerJan Kotas <jkotas@microsoft.com>2017-08-05 01:12:03 +0300
commit00e4c98b06dc4cdd47b597c2442b5cec108a648f (patch)
treec55df7cedc81fec0691c2efe51f3d88e78dc10e6 /src/System.Private.Interop
parent33467fd89119f9eefc65aa75dfdaf942bda8d609 (diff)
typo (#4274)
Diffstat (limited to 'src/System.Private.Interop')
-rw-r--r--src/System.Private.Interop/src/Shared/McgMarshal.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Interop/src/Shared/McgMarshal.cs b/src/System.Private.Interop/src/Shared/McgMarshal.cs
index 9577a33d2..7cb17ca0d 100644
--- a/src/System.Private.Interop/src/Shared/McgMarshal.cs
+++ b/src/System.Private.Interop/src/Shared/McgMarshal.cs
@@ -975,7 +975,7 @@ namespace System.Runtime.InteropServices
/// If so, it means that this exception was actually caused by a native exception in which case we do simply use the same
/// message and stacktrace.
/// b. If not, this is actually a managed exception and in this case we RoOriginateLanguageException with the msg, hresult and the IErrorInfo
- /// aasociated with the managed exception. This helps us to retrieve the same exception in case it comes back to native.
+ /// associated with the managed exception. This helps us to retrieve the same exception in case it comes back to native.
/// 2. On win8 and for classic COM scenarios.
/// a. We create IErrorInfo for the given Exception object and SetErrorInfo with the given IErrorInfo.
/// </summary>