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.TypeLoader
parent33467fd89119f9eefc65aa75dfdaf942bda8d609 (diff)
typo (#4274)
Diffstat (limited to 'src/System.Private.TypeLoader')
-rw-r--r--src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
index 2f0884e85..5c9662eff 100644
--- a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
+++ b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
@@ -51,7 +51,7 @@ namespace Internal.Runtime.TypeLoader
public sealed partial class TypeLoaderEnvironment
{
/// <summary>
- /// Try to look up field acccess info for given canon in metadata blobs for all available modules.
+ /// Try to look up field access info for given canon in metadata blobs for all available modules.
/// </summary>
/// <param name="metadataReader">Metadata reader for the declaring type</param>
/// <param name="declaringTypeHandle">Declaring type for the method</param>