From 329c32711bcb366f1ea4d0bc9b02c4ef7ef6f676 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 2 Feb 2018 16:18:09 -0800 Subject: [PATCH] acccess -> access (#5337) --- .../Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2cd5b9156af..514cf8958ab 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 @@ -110,7 +110,7 @@ public static bool TryGetFieldAccessMetadata( } /// - /// 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. /// /// Metadata reader for the declaring type /// Declaring type for the method