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:
authorJohn Doe <github.john.doe@outlook.com>2018-02-14 19:08:24 +0300
committerJan Kotas <jkotas@microsoft.com>2018-02-14 19:08:24 +0300
commit16aefe6e394d3cec8c41ce4df3a97c99c0bca59e (patch)
tree743d236fb316804e3ec511980a73a47ff522a650 /src/ILVerification
parent8f3bcebecc5938712dd25059744ffe03b5c67f66 (diff)
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
Diffstat (limited to 'src/ILVerification')
-rw-r--r--src/ILVerification/src/AccessVerificationHelpers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILVerification/src/AccessVerificationHelpers.cs b/src/ILVerification/src/AccessVerificationHelpers.cs
index 896643273..b27affb07 100644
--- a/src/ILVerification/src/AccessVerificationHelpers.cs
+++ b/src/ILVerification/src/AccessVerificationHelpers.cs
@@ -149,7 +149,7 @@ namespace ILVerify
break;
case MethodAttributes.Family:
case MethodAttributes.FamANDAssem:
- // Assembly acces was already checked earlier, so only need to check family access
+ // Assembly access was already checked earlier, so only need to check family access
if (CanAccessFamily(currentType, targetTypeDef, instance))
return true;
break;