Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/baseservices')
-rw-r--r--src/tests/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs b/src/tests/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs
index 55c30ff97f5..995b78cc104 100644
--- a/src/tests/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs
+++ b/src/tests/baseservices/threading/commitstackonlyasneeded/StackCommitCommon.cs
@@ -236,7 +236,7 @@ namespace StackCommitTest
public static void Run(Action action)
{
- //We need to allocate the object inside of a seperate method to ensure that
+ //We need to allocate the object inside of a separate method to ensure that
//the reference will be eliminated before GC.Collect is called. Technically
//even across methods we probably don't make any formal guarantees but this
//is sufficient for current runtime implementations.