summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.ee.cpp
diff options
context:
space:
mode:
authorJohn Doe <github.john.doe@outlook.com>2018-05-24 23:22:42 -0700
committerJan Kotas <jkotas@microsoft.com>2018-05-24 23:22:42 -0700
commit8e48db2c113052ef18cdafb43e114a8633864ec0 (patch)
tree866d4dcfe565cfaefbb4f4718d4fad4420b665ac /src/vm/gcenv.ee.cpp
parent6468753a39d2419083cd842497ae2fc0f35c143a (diff)
downloadcoreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.tar.gz
coreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.tar.bz2
coreclr-8e48db2c113052ef18cdafb43e114a8633864ec0.zip
Typo (#18122)
* acquringing -> acquiring * Activ -> Active * activley -> actively * acutal -> actual * bIncomingIPAdddefed -> bIncomingIPAddRefed * adddr -> addr * readding -> reading * Addfunction -> AddFunction * additionnal -> additional * Additonal -> Additional * Additonally -> Additionally * Addresss -> Address * addtion -> addition * aded -> added * aditional -> additional * adjustements -> adjustments * Adress -> Address * afer -> after * aformentioned -> aforementioned * afte -> after * agains -> against * agaisnt -> against * aggresively -> aggressively * aggreates -> aggregates * aggregious -> egregious * aginst -> against * agregates -> aggregates * Agressive -> Aggressive * ahve -> have * ajdust -> adjust * ajust -> adjust * alement -> element * algoritm -> algorithm * alighnment -> alignment * alignmant -> alignment * constraits -> constraints * Allcator -> Allocator * alllocate -> allocate * alloacted -> allocated * allocatate -> allocate * allocatoror -> allocator * alloctaed -> allocated * alloction -> allocation * alloted -> allotted * allt he -> all the * alltogether -> altogether * alocate -> allocate * alocated -> allocated * Alocates -> Allocates * alogrithm -> algorithm * aloocate -> allocate * alot -> a lot * alwasy -> always * alwyas -> always * alwys -> always
Diffstat (limited to 'src/vm/gcenv.ee.cpp')
-rw-r--r--src/vm/gcenv.ee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/gcenv.ee.cpp b/src/vm/gcenv.ee.cpp
index 4fb8dec638..0e781a425d 100644
--- a/src/vm/gcenv.ee.cpp
+++ b/src/vm/gcenv.ee.cpp
@@ -1009,7 +1009,7 @@ bool GCToEEInterface::ForceFullGCToBeBlocking()
// a blocking GC. In the past, this workaround was done to fix an Stress AV, but the root
// cause of the AV was never discovered and this workaround remains in place.
//
- // It would be nice if this were not necessary. However, it's not clear if the aformentioned
+ // It would be nice if this were not necessary. However, it's not clear if the aforementioned
// stress bug is still lurking and will return if this workaround is removed. We should
// do some experiments: remove this workaround and see if the stress bug still repros.
// If so, we should find the root cause instead of relying on this.