Typo Fix: from preemtive GC to preemptive GC (#5237)
authorGeunsik Lim <leemgs@users.noreply.github.com>
Thu, 26 May 2016 08:22:19 +0000 (17:22 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 26 May 2016 08:22:19 +0000 (01:22 -0700)
This is just to fix typo.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
src/gc/sample/gcenv.h

index 1798cde..1b4b7b7 100644 (file)
@@ -119,7 +119,7 @@ public:
     enum  GCStressFlags {
         GCSTRESS_NONE = 0,
         GCSTRESS_ALLOC = 1,    // GC on all allocs and 'easy' places
-        GCSTRESS_TRANSITION = 2,    // GC on transitions to preemtive GC
+        GCSTRESS_TRANSITION = 2,    // GC on transitions to preemptive GC
         GCSTRESS_INSTR_JIT = 4,    // GC on every allowable JITed instr
         GCSTRESS_INSTR_NGEN = 8,    // GC on every allowable NGEN instr
         GCSTRESS_UNIQUE = 16,   // GC only on a unique stack trace