summaryrefslogtreecommitdiff
path: root/src/utilcode
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-27 07:34:51 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-27 07:34:51 -0700
commit6bf04a47badd74646e21e70f4e9267c71b7bfd08 (patch)
tree23a2076752983ee68192bd8bcae97fdfbc85ae3f /src/utilcode
parent59f07a0c2d30bb7da1308a061d197afb8691e229 (diff)
downloadcoreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.tar.gz
coreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.tar.bz2
coreclr-6bf04a47badd74646e21e70f4e9267c71b7bfd08.zip
Typo (#18141)
* Ajusted -> Adjusted * alot -> a lot * Ambigous -> Ambiguous * amoun -> amount * amoung -> among * Amperstand -> Ampersand * Anbody -> Anybody * anddoens't -> and doesn't * anme -> name * annoations -> annotations * annother -> another * anothr -> another * ansynchronous -> asynchronous * anticpation -> anticipation * anway -> anyway * aother -> another * Apparant -> Apparent * appartment -> apartment * appdmomain -> appdomain * Appdomian -> Appdomain * appdomin -> appdomain * approproiate -> appropriate * approprate -> appropriate * approp -> appropriate * appened -> appended * appropiately -> appropriately * appropraitely -> appropriately * Apperantly -> Apparently * approp. -> appropriate * Approriate -> Appropriate
Diffstat (limited to 'src/utilcode')
-rw-r--r--src/utilcode/clrhost.cpp2
-rw-r--r--src/utilcode/utsem.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utilcode/clrhost.cpp b/src/utilcode/clrhost.cpp
index e573175190..e48a19386c 100644
--- a/src/utilcode/clrhost.cpp
+++ b/src/utilcode/clrhost.cpp
@@ -313,7 +313,7 @@ BOOL CLRFreeLibrary(HMODULE hModule)
// The holder withholds the assert if a LoadsTypeViolation suppress is in effect (but
// still sets up the new limit.)
//
-// As with other contract annoations, however, the violation suppression is *lifted*
+// As with other contract annotations, however, the violation suppression is *lifted*
// within the scope guarded by the holder itself.
//-----------------------------------------------------------------------------------------------
LoadsTypeHolder::LoadsTypeHolder(BOOL fConditional,
diff --git a/src/utilcode/utsem.cpp b/src/utilcode/utsem.cpp
index 5c88936541..a8b7729734 100644
--- a/src/utilcode/utsem.cpp
+++ b/src/utilcode/utsem.cpp
@@ -51,7 +51,7 @@ const ULONG READWAITERS_MASK = 0x003FF000; // field that counts number of th
const ULONG READWAITERS_INCR = 0x00001000; // amount to add to increment number of read waiters
const ULONG WRITEWAITERS_MASK = 0xFFC00000; // field that counts number of threads waiting to write
-const ULONG WRITEWAITERS_INCR = 0x00400000; // amoun to add to increment number of write waiters
+const ULONG WRITEWAITERS_INCR = 0x00400000; // amount to add to increment number of write waiters
// ======================================================================================
// Spinning support