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:
Diffstat (limited to 'src/System.Private.Interop/src/Shared/__ComObject.cs')
-rw-r--r--src/System.Private.Interop/src/Shared/__ComObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Interop/src/Shared/__ComObject.cs b/src/System.Private.Interop/src/Shared/__ComObject.cs
index b68a81e0b..0efd00ae2 100644
--- a/src/System.Private.Interop/src/Shared/__ComObject.cs
+++ b/src/System.Private.Interop/src/Shared/__ComObject.cs
@@ -1174,7 +1174,7 @@ namespace System
/// <summary>
/// Slow path of QueryInterface that does not look at any cache.
- /// NOTE: MethodImpl(NoInlining) is necessary becauase Bartok is trying to be "helpful" by inlining
+ /// NOTE: MethodImpl(NoInlining) is necessary because Bartok is trying to be "helpful" by inlining
/// these calls while in other cases it does not inline when it should.
/// </summary>
[MethodImpl(MethodImplOptions.NoInlining)]