From: Geunsik Lim Date: Thu, 26 May 2016 08:22:19 +0000 (+0900) Subject: Typo Fix: from preemtive GC to preemptive GC (#5237) X-Git-Tag: accepted/tizen/base/20180629.140029~4536 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68b7bfa4df2d08019c3b320d6fbc4a85838f0d47;p=platform%2Fupstream%2Fcoreclr.git Typo Fix: from preemtive GC to preemptive GC (#5237) This is just to fix typo. Signed-off-by: Geunsik Lim --- diff --git a/src/gc/sample/gcenv.h b/src/gc/sample/gcenv.h index 1798cde..1b4b7b7 100644 --- a/src/gc/sample/gcenv.h +++ b/src/gc/sample/gcenv.h @@ -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