From 16aefe6e394d3cec8c41ce4df3a97c99c0bca59e Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 14 Feb 2018 08:08:24 -0800 Subject: Typos (#5386) * acces -> access * accesss -> access * acknowleges -> acknowledges * actitivy -> activity * Additonally -> Additionally * Activable -> Activatable * adjustting -> adjusting * Aggresive -> Aggressive * agressively -> aggressively * agressive -> aggressive * Aleady -> Already * alernate -> alternate * aligh -> align * Alloctor -> Allocator * allready -> already * Althought -> Although * Amonst -> Amongst * anthing -> anything * Anthyhing -> Anything * Aquired -> Acquired * aquire -> acquire * Architecure -> Architecture * Arthimatic -> Arithmetic * artiface -> artifact * artifical -> artificial * Arugment -> Argument * assigining -> assigning * atomicly -> atomically * auxillary -> auxiliary * avilability -> availability --- src/ILCompiler.TypeSystem/tests/UniversalGenericFieldLayoutTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ILCompiler.TypeSystem') diff --git a/src/ILCompiler.TypeSystem/tests/UniversalGenericFieldLayoutTests.cs b/src/ILCompiler.TypeSystem/tests/UniversalGenericFieldLayoutTests.cs index 090c59a41..938828c79 100644 --- a/src/ILCompiler.TypeSystem/tests/UniversalGenericFieldLayoutTests.cs +++ b/src/ILCompiler.TypeSystem/tests/UniversalGenericFieldLayoutTests.cs @@ -21,7 +21,7 @@ namespace TypeSystemTests public UniversalGenericFieldLayoutTests() { - // Architecure specific tests may use these contexts + // Architecture specific tests may use these contexts _contextX64 = new TestTypeSystemContext(TargetArchitecture.X64); var systemModuleX64 = _contextX64.CreateModuleForSimpleName("CoreTestAssembly"); _contextX64.SetSystemModule(systemModuleX64); -- cgit v1.2.3