From 68b7bfa4df2d08019c3b320d6fbc4a85838f0d47 Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Thu, 26 May 2016 17:22:19 +0900 Subject: [PATCH] Typo Fix: from preemtive GC to preemptive GC (#5237) This is just to fix typo. Signed-off-by: Geunsik Lim --- src/gc/sample/gcenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4