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-07-26 00:30:58 +0300
committerJan Kotas <jkotas@microsoft.com>2017-07-26 00:30:58 +0300
commit1a9a3728803065ebcca215886bfb706b411e9946 (patch)
tree4c9ce6836159ab020baecf2e3b4e99e9cf2d81ee /src/System.Private.Jit
parent192e8b9c8782f9b0cfbd8e9f7086f5bb77df9df4 (diff)
Typo (#4228)
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/Internal/Runtime/JitSupport/ExternObjectSymbolNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/Internal/Runtime/JitSupport/ExternObjectSymbolNode.cs b/src/System.Private.Jit/src/Internal/Runtime/JitSupport/ExternObjectSymbolNode.cs
index 812618d50..82374668c 100644
--- a/src/System.Private.Jit/src/Internal/Runtime/JitSupport/ExternObjectSymbolNode.cs
+++ b/src/System.Private.Jit/src/Internal/Runtime/JitSupport/ExternObjectSymbolNode.cs
@@ -38,7 +38,7 @@ namespace Internal.Runtime.JitSupport
/// <summary>
/// Return a "GenericDictionaryCell" which can be used to get a pointer sized value
- /// points to or is what this nodeis used with.
+ /// points to or is what this node is used with.
/// </summary>
public abstract GenericDictionaryCell GetDictionaryCell();
}