summaryrefslogtreecommitdiff
path: root/tests/src/GC/Stress/Tests/GCSimulator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/GC/Stress/Tests/GCSimulator.cs')
-rw-r--r--tests/src/GC/Stress/Tests/GCSimulator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/GC/Stress/Tests/GCSimulator.cs b/tests/src/GC/Stress/Tests/GCSimulator.cs
index 0350f65185..32a95f5f09 100644
--- a/tests/src/GC/Stress/Tests/GCSimulator.cs
+++ b/tests/src/GC/Stress/Tests/GCSimulator.cs
@@ -365,7 +365,7 @@ namespace GCSimulator
/// <summary>
/// we might want to implement a different strategy that decide the life time of the object based on the time
- /// elabsed since the last object acceess.
+ /// elapsed since the last object access.
///
/// </summary>
internal class TimeBasedLifeTimeStrategy : LifeTimeStrategy